IIssuerSecurityTokenProvider.Issuer Property
Gets the issuer the credentials are for.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
'Declaration
ReadOnly Property Issuer As String
Get
'Usage
Dim instance As IIssuerSecurityTokenProvider
Dim value As String
value = instance.Issuer
string Issuer { get; }
property String^ Issuer {
String^ get ();
}
abstract Issuer : string
function get Issuer () : String
Property Value
Type: System.String
The issuer the credentials are for.