Security.SslContext: Method Members

The methods of Security.SslContext are listed below. For a list of all members, see the SslContext Members list.

See Also: Inherited members from System.Object

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.