XpsDigitalSignature Class
Represents a digital signature for an XpsDocument.
Assembly: ReachFramework (in ReachFramework.dll)
The XpsDigitalSignature type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DocumentPropertiesRestricted | Gets a value that indicates whether changing the properties of the document invalidates the digital signature. |
![]() | Id | Gets the GUID of the signature. |
![]() | IsCertificateAvailable | Gets a value that indicates whether the signer's X.509 certificate is contained in the document Package. |
![]() | SignatureOriginRestricted | Gets a value that indicates whether the digital signature is invalidated if someone else signs the package. |
![]() | SignatureType | Gets a URL string that identifies the signature type. |
![]() | SignatureValue | Gets the encrypted hash value of the signature. |
![]() | SignedDocumentSequence | Gets the document sequence reader for the signed document sequence. |
![]() | SignerCertificate | Gets the X.509 certificate of the signer. |
![]() | SigningTime | Gets the date and time when the signature was created. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Verify() | Verifies the document digital signature against the X.509 certificate embedded in the XPS Package. |
![]() | Verify(X509Certificate) | Verifies the document digital signature against a specified X.509 certificate. |
![]() | VerifyCertificate() | Verifies the X.509 certificate embedded in the package. |
![]() ![]() | VerifyCertificate(X509Certificate) | Verifies the specified X.509 certificate. |
Use XpsDigitalSignature instead of PackageDigitalSignature when you work with an XPS document. PackageDigitalSignature is not XPS-aware, and does not guarantee that all parts in an XPS document are fully signed.
For more information about digital signatures, see the MSDN article Digital Signing Framework of the Open Packaging Conventions available at http://go.microsoft.com/fwlink/?LinkId=74494.
For more information about XPS see the XML Paper Specification (XPS) available for download at http://go.microsoft.com/fwlink/?LinkID=65761.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
