Security.SslContext Members

The members of Security.SslContext are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
BufferedReadSizenint. Documentation for this section has not yet been entered.
[read-only]
ClientCertificateStateSslClientCertificateState. Documentation for this section has not yet been entered.
ConnectionSslConnection. Documentation for this section has not yet been entered.
[read-only]
DatagramWriteSizenint. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
MaxDatagramRecordSizenint. Documentation for this section has not yet been entered.
MaxProtocolSslProtocol. Documentation for this section has not yet been entered.
MinProtocolSslProtocol. Documentation for this section has not yet been entered.
[read-only]
NegotiatedCipherSslCipherSuite. Documentation for this section has not yet been entered.
[read-only]
NegotiatedProtocolSslProtocol. Documentation for this section has not yet been entered.
PeerDomainNamestring. Documentation for this section has not yet been entered.
PeerIdbyte[]. Documentation for this section has not yet been entered.
[read-only]
PeerTrustSecTrust. Documentation for this section has not yet been entered.
[read-only]
SessionStateSslSessionState. Documentation for this section has not yet been entered.

Public Methods

Dispose()
Releases the resources used by the SslContext object.
Finalize()
Finalizer for the SslContext object
GetEnabledCiphers() : IList<SslCipherSuite>
Documentation for this section has not yet been entered.
GetLastStatus() : SslStatus
Documentation for this section has not yet been entered.
GetSessionOption(SslSessionOption, out bool) : SslStatus
Documentation for this section has not yet been entered.
GetSupportedCiphers() : IList<SslCipherSuite>
Documentation for this section has not yet been entered.
static
GetTypeId() : IntPtr
Documentation for this section has not yet been entered.
Handshake() : SslStatus
Documentation for this section has not yet been entered.
Read(byte[], out nint) : SslStatus
Documentation for this section has not yet been entered.
SetCertificate(SecIdentity, IEnumerable<SecCertificate>) : SslStatus
Documentation for this section has not yet been entered.
SetClientSideAuthenticate(SslAuthenticate) : SslStatus
Documentation for this section has not yet been entered.
SetDatagramHelloCookie(byte[]) : SslStatus
Documentation for this section has not yet been entered.
SetEnabledCiphers(IEnumerable<SslCipherSuite>) : SslStatus
Documentation for this section has not yet been entered.
SetEncryptionCertificate(SecIdentity, IEnumerable<SecCertificate>) : SslStatus
Documentation for this section has not yet been entered.
SetSessionOption(SslSessionOption, bool) : SslStatus
Documentation for this section has not yet been entered.
Write(byte[], out nint) : SslStatus
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Releases the resources used by the SslContext object.