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