Method | Description | |
---|---|---|
CreateSomeXml ( string FileName ) : void | ||
Main ( String args ) : void | ||
SignXmlFile ( string FileName, string SignedFileName, RSA Key ) : void | ||
VerifyXmlFile ( String Name, RSA Key ) : Boolean |
Method | Description | |
---|---|---|
ValidateXml ( XmlDocument receipt, X509Certificate2 certificate ) : bool |
public static CreateSomeXml ( string FileName ) : void | ||
FileName | string | |
return | void |
public static SignXmlFile ( string FileName, string SignedFileName, RSA Key ) : void | ||
FileName | string | |
SignedFileName | string | |
Key | RSA | |
return | void |
public static VerifyXmlFile ( String Name, RSA Key ) : Boolean | ||
Name | String | |
Key | RSA | |
return | Boolean |