WsFederationAuthenticationOptions.Wtrealm Property
Gets or sets the 'wtrealm'.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public string Wtrealm { get; set; }
public:
property String^ Wtrealm {
String^ get();
void set(String^ value);
}
member Wtrealm : string with get, set
Public Property Wtrealm As String
Property Value
Type: System.String
Returns String.
See Also
WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top