TlsOptions.OnAuthenticateAsClient プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の直接構成を 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)