WSFederationElement::Realm Property
.NET Framework (current version)
Gets or sets the realm attribute.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("realm", IsRequired = true)] property String^ Realm { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string that contains the URI of requesting realm. The default is an empty string. Sets the WS-Federation sign-in request wtrealm parameter. Required.
.NET Framework
Available since 4.5
Available since 4.5
Show: