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

'Declaration
Public Property Wtrealm As String 
    Get 
    Set
'Usage
Dim instance As WsFederationAuthenticationOptions 
Dim value As String 

value = instance.Wtrealm

instance.Wtrealm = value
public string Wtrealm { get; set; }
public:
property String^ Wtrealm {
    String^ get ();
    void set (String^ value);
}
member Wtrealm : string with get, set
function get Wtrealm () : String 
function set Wtrealm (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

WsFederationAuthenticationOptions Class

Microsoft.Owin.Security.WsFederation Namespace