다음을 통해 공유


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)

속성 값

적용 대상