| Certificate Methods |
The Certificate type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Releases the resources associated with the Certificate object.
| |
| 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.) | |
| LoadFromFileAsync |
async/await version of Certificate(String, CertFileType, String).
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveToFile |
Saves the certificate into a file on disk.
| |
| SaveToFileAsync |
async/await version of SaveToFile(String, CertFileType, String).
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Validate |
Checks if the certificate is valid.
| |
| Validate(X509Certificate2Collection) |
Checks if the certificate is valid.
| |
| Validate(CertificateStore) |
Checks if the certificate is valid.
|