Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the issuer the credentials are for.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
string Issuer { get; }
property String^ Issuer {
String^ get();
}
abstract Issuer : string with get
ReadOnly Property Issuer As String
Property Value
Type: System.String
The issuer the credentials are for.
See Also
IIssuerSecurityTokenProvider Interface
Microsoft.Owin.Security.Jwt Namespace
Return to top