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)

プロパティ値

適用対象