JwtSecurityTokenHandler.OutboundAlgorithmMap Property

Definition

Gets the outbound algorithm map that is passed to the JwtHeader constructor.

public System.Collections.Generic.IDictionary<string,string> OutboundAlgorithmMap { get; }
member this.OutboundAlgorithmMap : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property OutboundAlgorithmMap As IDictionary(Of String, String)

Property Value

Applies to