| ServiceClientSecurityPreemptiveAuthentication Property |
Preemptive authentication
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public bool PreemptiveAuthentication { get; set; }
Public Property PreemptiveAuthentication As Boolean
Get
Set
public:
virtual property bool PreemptiveAuthentication {
bool get () sealed;
void set (bool value) sealed;
}
abstract PreemptiveAuthentication : bool with get, set
override PreemptiveAuthentication : bool with get, set
Property Value
Type:
BooleanImplements
IRestClientSecurityDescriptionPreemptiveAuthenticationSee Also