Edit

Share via


TlsOptions.OnAuthenticateAsServer Property

Definition

Provides direct configuration of the TlsServerAuthenticationOptions 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.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)

Property Value

Applies to