SymmetricKeyIssuerSecurityTokenProvider.Issuer Property
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