Share via


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

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