 | RestClientSecurityConfigurationPreemptiveAuthentication Property |
Preemptive authentication
Namespace: SanteDB.Core.Configuration.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
BooleanImplements
IRestClientSecurityDescriptionPreemptiveAuthentication
See Also