| ServiceClientSecurityAuthRealm Property |
Gets or sets the authentication realm this client should verify
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string AuthRealm { get; set; }
Public Property AuthRealm As String
Get
Set
public:
virtual property String^ AuthRealm {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract AuthRealm : string with get, set
override AuthRealm : string with get, set
Property Value
Type:
StringThe auth realm.
Implements
IRestClientSecurityDescriptionAuthRealmSee Also