Pkcs9AttributeObjectCollectionItem(String) Property

Gets an Pkcs9AttributeObject object from the Pkcs9AttributeObjectCollection object by attributes object identifier.

Definition

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

Parameters

oid  String
A string that represents an attribute's object identifier.

Return Value

Pkcs9AttributeObject
An Pkcs9AttributeObject object.

Remarks

Use this property to retrieve an Pkcs9AttributeObject object from an Pkcs9AttributeObjectCollection object if you know the value of the object identifier the Pkcs9AttributeObject object. You can use the ItemString property to retrieve an Pkcs9AttributeObject object if you know its location in the collection

See Also