| IRestClientSecurityDescriptionPreemptiveAuthentication Property |
When true instructs the client to pre-emptively authenticate itself
Namespace:
SanteDB.Core.Http.Description
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax bool PreemptiveAuthentication { get; set; }
Property PreemptiveAuthentication As Boolean
Get
Set
property bool PreemptiveAuthentication {
bool get ();
void set (bool value);
}
abstract PreemptiveAuthentication : bool with get, set
Property Value
Type:
BooleanSee Also