Edit

Share via


TlsOptions.OnAuthenticateAsClient Property

Definition

Provides direct configuration of the TlsClientAuthenticationOptions on a per-connection basis. This is called after all of the other settings have already been applied.

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)

Property Value

Applies to