Click or drag to resize

X509AttributeCollectionItem Property (String)

Gets an X509Attribute object from the X509AttributeCollection object by attributes object identifier.

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

Parameters

oid
Type: SystemString
A string that represents an attribute's object identifier.

Return Value

Type: X509Attribute
An X509Attribute object.
Remarks
Use this property to retrieve an X509Attribute object from an X509AttributeCollection object if you know the value of the object identifier the X509Attribute object. You can use the ItemString property to retrieve an X509Attribute object if you know its location in the collection
See Also