C# 클래스 wSigner.XmlSigner

상속: DocumentSigner
파일 보기 프로젝트 열기: wpq0/Document-Signer 1 사용 예제들

공개 메소드들

메소드 설명
Sign ( Stream input, Stream output, X509Certificate2 certificate ) : void

Sign

Verify ( Stream input, string serial = null ) : bool

Verify

메소드 상세

Sign() 공개 메소드

Sign
public Sign ( Stream input, Stream output, X509Certificate2 certificate ) : void
input System.IO.Stream The input.
output System.IO.Stream The output.
certificate System.Security.Cryptography.X509Certificates.X509Certificate2 The certificate.
리턴 void

Verify() 공개 메소드

Verify
public Verify ( Stream input, string serial = null ) : bool
input System.IO.Stream The input.
serial string The serial.
리턴 bool