Click or drag to resize

UrlProtocolScheme Enumeration

This enumeration contains supported by Active Directory Certificate Services (ADCS) URL type for authority information access (AIA) and CRL distribution points (CDP) extensions.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum UrlProtocolScheme
Members
  Member nameValueDescription
Unknown0 Url protocol cannot be determined.
Local1 Identifies the local file system path.
UNC2 Identifies the Universal Naming Convention path (network share).
HTTP3 Identifies the Hyper-Text Transfer Protocol.
LDAP4 Identifies the Lightweight Directory Access Protocol.
FTP5 Identifies the File Transfer Protocol.
See Also