ภาษา

TlsContext Class

Definition

public ref class TlsContext sealed : IDisposable
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class TlsContext : IDisposable
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type TlsContext = class
    interface IDisposable
Public NotInheritable Class TlsContext
Implements IDisposable
Inheritance
TlsContext
Attributes
Implements

Methods

Name Description
CreateClient(SslClientAuthenticationOptions)
CreateServer(SslServerAuthenticationOptions)
Dispose()
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to