JwtHeader.SigningCredentials Property

Gets the SigningCredentials passed in the constructor.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public ReadOnly Property SigningCredentials As SigningCredentials
public SigningCredentials SigningCredentials { get; }
public:
property SigningCredentials^ SigningCredentials {
    SigningCredentials^ get ();
}
member SigningCredentials : SigningCredentials with get
function get SigningCredentials () : SigningCredentials

Property Value

Type: System.IdentityModel.Tokens.SigningCredentials
Returns a SigningCredentials object.

Remarks

This value may be null.

.NET Framework Security

See Also

Reference

JwtHeader Class

System.IdentityModel.Tokens Namespace