CryptographicAttributeCollection.Item Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
Item[Int32]
Gets or sets the Cryptographic
Declaration
public CryptographicAttributeNode this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The zero-based index of the Cryptographic |
Property Value
| Type | Description |
|---|---|
| Cryptographic |
A cryptographic attribute. |
Item[String]
Gets the first Cryptographic
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 |
|---|---|
| Cryptographic |
A cryptographic attribute if found, or null if not found. |