Partager via


TlsOptions.OnAuthenticateAsServer Propriété

Définition

Fournit une configuration directe du TlsServerAuthenticationOptions par connexion. Cette opération est appelée une fois que tous les autres paramètres ont déjà été appliqués.

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)

Valeur de propriété

S’applique à