JwtSecurityToken.Issuer Property

Gets the '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

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace