CryptographicAttributeCollection.Item Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Item[Int32]
Gets or sets the CryptographicAttributeNode at the specified index.
Declaration
public CryptographicAttributeNode this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the CryptographicAttributeNode to get or set. |
Property Value
Type | Description |
---|---|
CryptographicAttributeNode | A cryptographic attribute. |
Item[String]
Gets the first CryptographicAttributeNode with the specified object identifier.
Declaration
public CryptographicAttributeNode this[string oid] { get; }
Parameters
Type | Name | Description |
---|---|---|
String | oid | The object identifier, either friendly name or dotted string format. |
Property Value
Type | Description |
---|---|
CryptographicAttributeNode | A cryptographic attribute if found, or null if not found. |