Share via


JsonWebToken.IdentityProvider Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.WebApi.Jwt Namespace