XpsSignatureDefinition Class
Represents an XpsDocument digital signature.
Assembly: ReachFramework (in ReachFramework.dll)
| Name | Description | |
|---|---|---|
![]() | XpsSignatureDefinition() | Initializes a new instance of the XpsSignatureDefinition class. |
| Name | Description | |
|---|---|---|
![]() | Culture | Gets or sets the CultureInfo of the signature. |
![]() | HasBeenModified | Gets or sets a value that indicates whether unwritten property changes exist for the XpsSignatureDefinition class and must be written to the package's stream. |
![]() | Intent | Gets or sets the string value of the signature intention agreement that the signer is signing against. |
![]() | RequestedSigner | Gets or sets the identity of the person who is requested to sign (or has signed) the package. |
![]() | SignBy | Gets or sets the date and time by which the requested signer must sign the parts of the specified document. |
![]() | SigningLocale | Gets or sets the legal jurisdiction where the package is signed. |
![]() | SpotId | Gets or sets a unique identifier for this XpsSignatureDefinition. |
![]() | SpotLocation | Gets or sets the location that specifies where to display the visible digital signature in an XML Paper Specification (XPS) document. |
| 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.) |
For more information about signature definitions in XPS packages, see Chapter 10 in the XML Paper Specification (XPS) available for download at http://go.microsoft.com/fwlink/?LinkID=65761.
For information about Package digital signatures, see the MSDN article Digital Signing Framework of the Open Packaging Conventions available at http://go.microsoft.com/fwlink/?LinkId=74494.
For 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.


