CESUriAuthentication Property

Gets authentication type. The possible values are:
  • Anonymous - not used.
  • Kerberos - default.
  • User name and user password
  • Client certificate

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public PolicyAuthenticationEnum Authentication { get; }

Property Value

PolicyAuthenticationEnum

See Also