Rsa.DecodeDigestForSignature Method (Byte[])
Decode an encoded message for signature.
Syntax
[C#]
public static byte[] DecodeDigestForSignature(
byte[] data
)
[VB.NET]
Public Shared Function DecodeDigestForSignature ( _
data As Byte() _
) As Byte()
Parameters
- data
- Encoded message for signature
Return Value
Decoded message digest or an empty array on error
Remarks
Only EMSA-PKCS1-v1_5 is supported.
Examples (VB.NET)
See
Example1
See Also
VB6/C equivalent: RSA_DecodeMsg
[Contents] [Index]