Share via


HttpsConnectionAdapterOptions.OnAuthenticate Eigenschaft

Definition

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

public:
 property Action<Microsoft::AspNetCore::Connections::ConnectionContext ^, System::Net::Security::SslServerAuthenticationOptions ^> ^ OnAuthenticate { Action<Microsoft::AspNetCore::Connections::ConnectionContext ^, System::Net::Security::SslServerAuthenticationOptions ^> ^ get(); void set(Action<Microsoft::AspNetCore::Connections::ConnectionContext ^, System::Net::Security::SslServerAuthenticationOptions ^> ^ value); };
public Action<Microsoft.AspNetCore.Connections.ConnectionContext,System.Net.Security.SslServerAuthenticationOptions> OnAuthenticate { get; set; }
public Action<Microsoft.AspNetCore.Connections.ConnectionContext,System.Net.Security.SslServerAuthenticationOptions>? OnAuthenticate { get; set; }
member this.OnAuthenticate : Action<Microsoft.AspNetCore.Connections.ConnectionContext, System.Net.Security.SslServerAuthenticationOptions> with get, set
Public Property OnAuthenticate As Action(Of ConnectionContext, SslServerAuthenticationOptions)

Eigenschaftswert

Gilt für: