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