Freigeben über


TlsOptions.OnAuthenticateAsClient Eigenschaft

Definition

Stellt eine direkte Konfiguration der TlsClientAuthenticationOptions pro Verbindung bereit. Dies wird aufgerufen, nachdem alle anderen Einstellungen bereits angewendet wurden.

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)

Eigenschaftswert

Gilt für: