Click or drag to resize

X509CertificatePolicyCollectionItem Property (String)

Gets an X509CertificatePolicy object from the X509CertificatePolicyCollection object by policy's OID value or friendly name.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CertificatePolicy this[
	string oid
] { get; }

Parameters

oid
Type: SystemString
A string that represents a name or the value of spcific policy.

Return Value

Type: X509CertificatePolicy
An X509CertificatePolicy object.
Remarks
Use this property to retrieve an X509CertificatePolicy object from an X509CertificatePolicyCollection object if you know the OID name or value value of the X509CertificatePolicy object. You can use the ItemString property to retrieve an X509CertificatePolicy object if you know its location in the collection
See Also