TlsOptions.OnAuthenticateAsServer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供個別連線的直接組態 TlsServerAuthenticationOptions 。 這會在已套用所有其他設定之後呼叫。
public Action<Microsoft.AspNetCore.Connections.ConnectionContext,Orleans.Connections.Security.TlsServerAuthenticationOptions> OnAuthenticateAsServer { get; set; }
member this.OnAuthenticateAsServer : Action<Microsoft.AspNetCore.Connections.ConnectionContext, Orleans.Connections.Security.TlsServerAuthenticationOptions> with get, set
Public Property OnAuthenticateAsServer As Action(Of ConnectionContext, TlsServerAuthenticationOptions)