OAuthBearerAuthenticationOptions.Realm Property
Gets or sets the authentication realm.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property Realm As String
Get
Set
'Usage
Dim instance As OAuthBearerAuthenticationOptions
Dim value As String
value = instance.Realm
instance.Realm = value
public string Realm { get; set; }
public:
property String^ Realm {
String^ get ();
void set (String^ value);
}
member Realm : string with get, set
function get Realm () : String
function set Realm (value : String)
Property Value
Type: System.String
The authentication realm.