VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.Crypto
CryptoRSA Class
CryptoRSA Methods
VerifySignature Method
VerifySignature Method (Byte[], Byte[], String, Object)
VerifySignature Method (String, Byte[], String, Object)
VerifySignature Method (String, String, String, Object)
CryptoRSA
VerifySignature Method (String,
Byte
, String, Object)
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
static
bool
VerifySignature
(
string
input
,
byte
[]
signature
,
string
keyXml
,
Object
hashAlg
)
Parameters
input
Type:
System
String
signature
Type:
System
Byte
keyXml
Type:
System
String
hashAlg
Type:
System
Object
Return Value
Type:
Boolean
See Also
Reference
CryptoRSA Class
VerifySignature Overload
MFiles.Crypto Namespace