KRA Methods |
The KRA type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds key recovery agent (KRA) certificates to the CA. This method do not writes them to a Certification Authority.
| |
| 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.) | |
| Remove(X509Certificate2) |
Removes certificate(s) from Certificate property by it's Thumbprint value.
| |
| Remove(String) |
Removes certificate(s) from Certificate property by it's Thumbprint value.
| |
| SetInfo |
Updates KRA configuration by writing KRA certificates to Certification Authority. The method writes all certificates contained in
Certificate property.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |