C# 클래스 SignVerifyEnvelope, xml-crypto

파일 보기 프로젝트 열기: racker/xml-crypto

공개 메소드들

메소드 설명
CreateSomeXml ( string FileName ) : void
Main ( String args ) : void
SignXmlFile ( string FileName, string SignedFileName, RSA Key ) : void
VerifyXmlFile ( String Name, RSA Key ) : Boolean

비공개 메소드들

메소드 설명
ValidateXml ( XmlDocument receipt, X509Certificate2 certificate ) : bool

메소드 상세

CreateSomeXml() 공개 정적인 메소드

public static CreateSomeXml ( string FileName ) : void
FileName string
리턴 void

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void

SignXmlFile() 공개 정적인 메소드

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

VerifyXmlFile() 공개 정적인 메소드

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