CESUriAuthentication Property |
Gets authentication type. The possible values are:
- Anonymous - not used.
- Kerberos - default.
- User name and user password
- Client certificate
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public PolicyAuthenticationEnum Authentication { get; }
Public ReadOnly Property Authentication As PolicyAuthenticationEnum
Get
public:
property PolicyAuthenticationEnum Authentication {
PolicyAuthenticationEnum get ();
}
member Authentication : PolicyAuthenticationEnum with get
Property Value
Type:
PolicyAuthenticationEnumSee Also