Click or drag to resize

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; }

Property Value

Type: String
The auth realm.

Implements

IRestClientSecurityDescriptionAuthRealm
See Also