Show / Hide Table of Contents

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 Source

FindCertificateByThumbprint(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.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.