| ParametersRealm Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the authorization realm.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public string Realm { get; set; }
Public Property Realm As String
Get
Set
public:
property String^ Realm {
String^ get ();
void set (String^ value);
}
member Realm : string with get, set
Property Value
Type:
StringAuthorization realm.
See Also