| SecurityConfigurationSectionDomainAuthentication Property |
Domain authentication
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DomainClientAuthentication DomainAuthentication { get; set; }
Public Property DomainAuthentication As DomainClientAuthentication
Get
Set
public:
property DomainClientAuthentication DomainAuthentication {
DomainClientAuthentication get ();
void set (DomainClientAuthentication value);
}
member DomainAuthentication : DomainClientAuthentication with get, set
Property Value
Type:
DomainClientAuthenticationSee Also