Click or drag to resize

X509ServiceLocatorExtension Constructor (X509Certificate2)

Initializes a new instance of the X509ServiceLocatorExtension class.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509ServiceLocatorExtension(
	X509Certificate2 cert
)

Parameters

cert
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
An X509Certificate2 object from which to construct the extension.
See Also