Class CertificateHelper
Helper methods related to certificates.
Inheritance
System.Object
CertificateHelper
Namespace: DNVGL.One.Compute.StorageLibrary.Azure.ConnectionResolver
Assembly: DNVGL.One.Compute.StorageLibrary.Azure.dll
Syntax
public static class CertificateHelper : object
Methods
View SourceFindCertificateByThumbprint(String)
Finds the certificate by thumbprint.
Declaration
public static X509Certificate2 FindCertificateByThumbprint(string findValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | findValue | The find value. |
Returns
| Type | Description |
|---|---|
| X509Certificate2 | The X509 certificate. |