JwtHeader.SigningCredentials Property

Definition

Gets the SigningCredentials passed in the constructor.

public Microsoft.IdentityModel.Tokens.SigningCredentials SigningCredentials { get; }
member this.SigningCredentials : Microsoft.IdentityModel.Tokens.SigningCredentials
Public ReadOnly Property SigningCredentials As SigningCredentials

Property Value

Remarks

This value may be null.

Applies to