Gets the SKI value of a certificate.

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public static string GetCertificateSKI(
	X509Certificate2 cert
)
Visual Basic
Public Shared Function GetCertificateSKI ( _
	cert As X509Certificate2 _
) As String
Visual C++
public:
static String^ GetCertificateSKI(
	X509Certificate2^ cert
)

Parameters

cert
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
The certificate to obtain the SKI value for.

Return Value

String containing the SKI value of the certificate.

See Also