AdcsAiaUrlEntry Class |
Namespace: SysadminsLV.PKI.Management.CertificateServices
The AdcsAiaUrlEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| AdcsAiaUrlEntry | Initializes a new instance of the AIA class using URL string. |
| Name | Description | |
|---|---|---|
| AddToCertAia |
Gets True if specified URL is configured to include specified URL to all issued certificate's Authority Information Access extension.
| |
| ConfigURI |
Gets an URL representation that is shown in Certification Authority MMC snap-in Extensions tab. See for detailed variable token
replacement rules. | |
| Flags |
Gets URL publication Flags.
| |
| OCSP |
Gets True if specified URL is configured to include specified URL to all issued certificate's Authority Information Access extension as a OCSP Locator.
| |
| RegURI |
Gets an URL that is formatted as follows: Flags:protocol/ActualURL/options.
for example, an URL can be: 3:http://pki.company.com/AIA/%2_%3%4.crt See Remarks for detailed URL structure. | |
| ServerPublish |
Gets True if specified URL is configured to publish the CRT file to the specified location.
| |
| UrlScheme |
Gets the protocol scheme used by this object.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a string representation of the current AIA object. (Overrides Object.ToString().)
(Overrides ObjectToString.) |