X509CertificatePolicyCollectionItem(String) Property

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

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509CertificatePolicy this[
	string oid
] { get; }

Parameters

oid  String
A string that represents a name or the value of specific policy.

Return Value

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