CrlDistributionPoint Constructor
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
CrlDistributionPoint(String)
Create a new instance of a CRL distribution point that represents the specified URL.
Declaration
public CrlDistributionPoint(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| String | url | CRL URL. |
CrlDistributionPoint(String, String[])
Create a new instance of a CRL distribution point that represents the specified URL.
Declaration
public CrlDistributionPoint(string url, params string[] additionalUrls)
Parameters
| Type | Name | Description |
|---|---|---|
| String | url | CRL URL. |
| String[] | additionalUrls | Additional CRL URLs. |