Mono Class Library: Overview

System.Net.Security.SslStream: Members

The members of System.Net.Security.SslStream are listed below.

See Also: Inherited members from System.Net.Security.AuthenticatedStream

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
CanReadbool. Documentation for this section has not yet been entered.
[read-only]
override
CanSeekbool. Documentation for this section has not yet been entered.
[read-only]
override
CanTimeoutbool. Documentation for this section has not yet been entered.
[read-only]
override
CanWritebool. Documentation for this section has not yet been entered.
[read-only]
CheckCertRevocationStatusbool. Documentation for this section has not yet been entered.
[read-only]
CipherAlgorithmSystem.Security.Authentication.CipherAlgorithmType. Documentation for this section has not yet been entered.
[read-only]
CipherStrengthint. Documentation for this section has not yet been entered.
[read-only]
HashAlgorithmSystem.Security.Authentication.HashAlgorithmType. Documentation for this section has not yet been entered.
[read-only]
HashStrengthint. Documentation for this section has not yet been entered.
[read-only]
override
IsAuthenticatedbool. Documentation for this section has not yet been entered.
[read-only]
override
IsEncryptedbool. Documentation for this section has not yet been entered.
[read-only]
override
IsMutuallyAuthenticatedbool. Documentation for this section has not yet been entered.
[read-only]
override
IsServerbool. Documentation for this section has not yet been entered.
[read-only]
override
IsSignedbool. Documentation for this section has not yet been entered.
[read-only]
KeyExchangeAlgorithmSystem.Security.Authentication.ExchangeAlgorithmType. Documentation for this section has not yet been entered.
[read-only]
KeyExchangeStrengthint. Documentation for this section has not yet been entered.
[read-only]
override
Lengthlong. Documentation for this section has not yet been entered.
[read-only]
LocalCertificateSystem.Security.Cryptography.X509Certificates.X509Certificate. Documentation for this section has not yet been entered.
override
Positionlong. Documentation for this section has not yet been entered.
override
ReadTimeoutint. Documentation for this section has not yet been entered.
[read-only]
RemoteCertificateSystem.Security.Cryptography.X509Certificates.X509Certificate. Documentation for this section has not yet been entered.
[read-only]
SslProtocolSystem.Security.Authentication.SslProtocols. Documentation for this section has not yet been entered.
override
WriteTimeoutint. Documentation for this section has not yet been entered.

Public Methods

AuthenticateAsClient(string)
Documentation for this section has not yet been entered.
AuthenticateAsClient(string, System.Security.Cryptography.X509Certificates.X509CertificateCollection, System.Security.Authentication.SslProtocols, bool)
Documentation for this section has not yet been entered.
AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate)
Documentation for this section has not yet been entered.
AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate, bool, System.Security.Authentication.SslProtocols, bool)
Documentation for this section has not yet been entered.
BeginAuthenticateAsClient(string, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginAuthenticateAsClient(string, System.Security.Cryptography.X509Certificates.X509CertificateCollection, System.Security.Authentication.SslProtocols, bool, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate, bool, System.Security.Authentication.SslProtocols, bool, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
BeginRead(byte[], int, int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
BeginWrite(byte[], int, int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
EndAuthenticateAsClient(IAsyncResult)
Documentation for this section has not yet been entered.
EndAuthenticateAsServer(IAsyncResult)
Documentation for this section has not yet been entered.
override
EndRead(IAsyncResult) : int
Documentation for this section has not yet been entered.
override
EndWrite(IAsyncResult)
Documentation for this section has not yet been entered.
override
Flush()
Documentation for this section has not yet been entered.
override
Read(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
Seek(long, System.IO.SeekOrigin) : long
Documentation for this section has not yet been entered.
override
SetLength(long)
Documentation for this section has not yet been entered.
Write(byte[])
Documentation for this section has not yet been entered.
override
Write(byte[], int, int)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.