XpsDigitalSignature Class
Represents a digital signature for an XpsDocument.
Assembly: ReachFramework (in ReachFramework.dll)
| Name | Description | |
|---|---|---|
![]() | XpsDigitalSignature(PackageDigitalSignature^, XpsDocument^) | Initializes a new instance of the XpsDigitalSignature class. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.IO.Packaging
PackageDigitalSignature
XpsSignatureDefinition
XpsDigSigPartAlteringRestrictions
System.Windows.Xps.Packaging Namespace
Documents in WPF
Document Serialization and Storage
Open Packaging Conventions (OPC) Specification
Digital Signing Framework of the Open Packaging Conventions
XML Paper Specification (XPS)



