共用方式為


TlsOptions.OnAuthenticateAsServer 屬性

定義

提供個別連線的直接組態 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)

屬性值

適用於