다음을 통해 공유


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)

속성 값

적용 대상