共用方式為


TlsOptions.OnAuthenticateAsClient 屬性

定義

提供個別連線的直接組態 TlsClientAuthenticationOptions 。 這會在已套用所有其他設定之後呼叫。

public Action<Microsoft.AspNetCore.Connections.ConnectionContext,Orleans.Connections.Security.TlsClientAuthenticationOptions> OnAuthenticateAsClient { get; set; }
member this.OnAuthenticateAsClient : Action<Microsoft.AspNetCore.Connections.ConnectionContext, Orleans.Connections.Security.TlsClientAuthenticationOptions> with get, set
Public Property OnAuthenticateAsClient As Action(Of ConnectionContext, TlsClientAuthenticationOptions)

屬性值

適用於