C# 클래스 wSigner.OfficeOpenXmlSigner

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

공개 메소드들

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

Sign.

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

Verify.

비공개 메소드들

메소드 설명
AddSignableItems ( PackageRelationship relationship, ICollection partsToSign, ICollection relationshipsToSign ) : void
CreateOfficeObject ( string signatureID, string manifestHashAlgorithm ) : System.Security.Cryptography.Xml.DataObject
SignAllParts ( Package package, X509Certificate2 certificate ) : void

메소드 상세

Sign() 공개 메소드

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

Verify() 공개 메소드

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