| BasicAuthorizationConfigurationSectionRealm Property |
Realm of basic auth
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
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:
StringSee Also