UrlProtocolSchemes 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: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public enum UrlProtocolSchemes
Public Enumeration UrlProtocolSchemes
public enum class UrlProtocolSchemes
 | Unknown | 0 | Url protocol cannot be determined. | 
| Local | 1 | Identifies the local file system path. | 
| UNC | 2 | Identifies the Universal Naming Convention path (network share). | 
| HTTP | 3 | Identifies the Hyper-Text Transfer Protocol. | 
| LDAP | 4 | Identifies the Lightweight Directory Access Protocol. |