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)

属性值

适用于