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 signing keys are for.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
public string Issuer { get; private set; }
public:
property String^ Issuer {
virtual String^ get() sealed;
private: virtual void set(String^ value) sealed;
}
abstract Issuer : string with get, private set
override Issuer : string with get, private set
Public Property Issuer As String
Get
Private Set
End Property
Property Value
Type: System.String
The issuer the signing keys are for.
Implements
IIssuerSecurityTokenProvider.Issuer
See Also
SymmetricKeyIssuerSecurityTokenProvider Class
Microsoft.Owin.Security.Jwt Namespace
Return to top