JwtPayload.Issuer Property
Gets 'value' of the issuer claim from JSON in the form of { iss, 'value' }.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)
Syntax
'Declaration
Public ReadOnly Property Issuer As String
public string Issuer { get; }
public:
property String^ Issuer {
String^ get ();
}
member Issuer : string with get
function get Issuer () : String
Property Value
Type: System.String
Returns String.
Remarks
If the issuer claim is not found, null is returned.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.