HttpsConnectionAdapterOptions.OnAuthenticate 속성

정의

연결별로 의 SslServerAuthenticationOptions 직접 구성을 제공합니다. 다른 모든 설정이 이미 적용된 후에 호출됩니다.

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)

속성 값

적용 대상