CrlClient Constructors
Allows you to send a CLR request for a certificate.| Name | Parameters | Description |
|---|---|---|
| CrlClient() | none | Initializes a new instance of the CrlClient class. |
| CrlClient(IList<Uri>, Boolean) | uriList, throwOnFail | Initializes a new instance of the CrlClient class with specified settings. |
| CrlClient(IList<Uri>) | uriList | Initializes a new instance of the CrlClient class with specified settings. |
See Also