Determines whether the specified content info ASN.1 sequence is an enveloped data sequence.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function IsEnvelopedData ( _ data As Byte(), _ offset As Integer, _ count As Integer _ ) As Boolean |
C# |
---|
public static bool IsEnvelopedData( byte[] data, int offset, int count ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
Sequence data.
- offset
- Type: System..::..Int32
Offset.
- count
- Type: System..::..Int32
Count.