Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the authentication realm.
Namespace: Microsoft.Owin.Security.ActiveDirectory
Assembly: Microsoft.Owin.Security.ActiveDirectory (in Microsoft.Owin.Security.ActiveDirectory.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
WindowsAzureActiveDirectoryBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace
Return to top