Click or drag to resize

X509CertificatePolicy Constructor (String)

Initializes a new instance of the X509CertificatePolicy class from a string that represents a policy OID value.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CertificatePolicy(
	string policyOid
)

Parameters

policyOid
Type: SystemString
A string that represents certificate policy OID value.
Exceptions
ExceptionCondition
ArgumentNullExceptionpolicyOid parameter is null or empty string.
See Also