CryptographicAttributeValueCollection.Item Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Item[Int32]
Gets the value at the specified index.
Declaration
public byte[] this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index |
Property Value
Type | Description |
---|---|
Byte[] | An array of bytes in ASN.1 format. |