JwtHeader.EncryptingCredentials Property

Definition

Gets the EncryptingCredentials passed in the constructor.

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

Property Value

Remarks

This value may be null.

Applies to