EnvelopedData.IsEnvelopedData Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
IsEnvelopedData(Byte[], Int32, Int32)
Determines whether the specified content info ASN.1 sequence is an enveloped data sequence.
Declaration
public static bool IsEnvelopedData(byte[] data, int offset, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | data | Sequence data. |
| Int32 | offset | Offset. |
| Int32 | count | Count. |
Returns
| Type | Description |
|---|---|
| Boolean | True if yes; false if not. |