JwtBearerAuthenticationOptions.Realm Property

 

Gets or sets the authentication realm.

Namespace:   Microsoft.Owin.Security.Jwt
Assembly:  Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)

Syntax

public string Realm { get; set; }
public:
property String^ Realm {
    String^ get();
    void set(String^ value);
}
member Realm : string with get, set
Public Property Realm As String

Property Value

Type: System.String

The authentication realm.

See Also

JwtBearerAuthenticationOptions Class
Microsoft.Owin.Security.Jwt Namespace

Return to top