Mono Class Library: OverviewSystem.Net.Security.SslStream: Members |
The members of System.Net.Security.SslStream are listed below.
See Also: Inherited members from System.Net.Security.AuthenticatedStream
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.
[read-only] overrideCanRead bool. Documentation for this section has not yet been entered. [read-only] overrideCanSeek bool. Documentation for this section has not yet been entered. [read-only] overrideCanTimeout bool. Documentation for this section has not yet been entered. [read-only] overrideCanWrite bool. Documentation for this section has not yet been entered. [read-only] CheckCertRevocationStatus bool. Documentation for this section has not yet been entered. [read-only] CipherAlgorithm System.Security.Authentication.CipherAlgorithmType. Documentation for this section has not yet been entered. [read-only] CipherStrength int. Documentation for this section has not yet been entered. [read-only] HashAlgorithm System.Security.Authentication.HashAlgorithmType. Documentation for this section has not yet been entered. [read-only] HashStrength int. Documentation for this section has not yet been entered. [read-only] overrideIsAuthenticated bool. Documentation for this section has not yet been entered. [read-only] overrideIsEncrypted bool. Documentation for this section has not yet been entered. [read-only] overrideIsMutuallyAuthenticated bool. Documentation for this section has not yet been entered. [read-only] overrideIsServer bool. Documentation for this section has not yet been entered. [read-only] overrideIsSigned bool. Documentation for this section has not yet been entered. [read-only] KeyExchangeAlgorithm System.Security.Authentication.ExchangeAlgorithmType. Documentation for this section has not yet been entered. [read-only] KeyExchangeStrength int. Documentation for this section has not yet been entered. [read-only] overrideLength long. Documentation for this section has not yet been entered. [read-only] LocalCertificate System.Security.Cryptography.X509Certificates.X509Certificate. Documentation for this section has not yet been entered. overridePosition long. Documentation for this section has not yet been entered. overrideReadTimeout int. Documentation for this section has not yet been entered. [read-only] RemoteCertificate System.Security.Cryptography.X509Certificates.X509Certificate. Documentation for this section has not yet been entered. [read-only] SslProtocol System.Security.Authentication.SslProtocols. Documentation for this section has not yet been entered. overrideWriteTimeout int. Documentation for this section has not yet been entered.
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. overrideBeginRead(byte[], int, int, AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered. overrideBeginWrite(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. overrideEndRead(IAsyncResult) : int Documentation for this section has not yet been entered. overrideEndWrite(IAsyncResult) Documentation for this section has not yet been entered. overrideFlush() Documentation for this section has not yet been entered. overrideRead(byte[], int, int) : int Documentation for this section has not yet been entered. overrideSeek(long, System.IO.SeekOrigin) : long Documentation for this section has not yet been entered. overrideSetLength(long) Documentation for this section has not yet been entered.Write(byte[]) Documentation for this section has not yet been entered. overrideWrite(byte[], int, int) Documentation for this section has not yet been entered.