JsonWebToken.Issuer Property

Namespace:  Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public ReadOnly Property Issuer As String
public string Issuer { get; }
public:
property String^ Issuer {
    String^ get ();
}
member Issuer : string with get
function get Issuer () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.WebApi.Jwt Namespace