C# Class SignVerifyEnvelope, xml-crypto

ファイルを表示 Open project: racker/xml-crypto

Public Methods

Method Description
CreateSomeXml ( string FileName ) : void
Main ( String args ) : void
SignXmlFile ( string FileName, string SignedFileName, RSA Key ) : void
VerifyXmlFile ( String Name, RSA Key ) : Boolean

Private Methods

Method Description
ValidateXml ( XmlDocument receipt, X509Certificate2 certificate ) : bool

Method Details

CreateSomeXml() public static method

public static CreateSomeXml ( string FileName ) : void
FileName string
return void

Main() public static method

public static Main ( String args ) : void
args String
return void

SignXmlFile() public static method

public static SignXmlFile ( string FileName, string SignedFileName, RSA Key ) : void
FileName string
SignedFileName string
Key RSA
return void

VerifyXmlFile() public static method

public static VerifyXmlFile ( String Name, RSA Key ) : Boolean
Name String
Key RSA
return Boolean