SignedData.IsSignedData Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
IsSignedData(Byte[], Int32, Int32)
Determines whether the specified content info ASN.1 sequence is a signed data sequence.
Declaration
public static bool IsSignedData(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. |