VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.Crypto
CryptoRSA Class
CryptoRSA Methods
Decrypt Method
Encrypt Method
Sign Method
SignJson Method
TestKey Method
VerifyJsonSignature Method
VerifySignature Method
CryptoRSA
VerifyJsonSignature Method
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
VerifyJsonSignature
(
string
json
,
string
signKeyXml
,
string
signatureField
)
Parameters
json
Type:
System
String
signKeyXml
Type:
System
String
signatureField
Type:
System
String
Return Value
Type:
Boolean
See Also
Reference
CryptoRSA Class
MFiles.Crypto Namespace