SignatureValidationInfo Members
Contains signature validation information.Constructors
| Name | Description |
|---|---|
| SignatureValidationInfo() | Initializes a new instance of the SignatureValidationInfo class. |
Properties
| Name | Description |
|---|---|
| Certificate | Gets the signature certificate. |
| CheckDetails | Gets a list of validation check details. |
| FailedCheckDetails | Retrieves a list of information on checks that the signature failed. |
| FailedChecks | Obtains the check types that the signature failed to pass. |
| PassedCheckDetails | Retrieves a list of information on checks that the signature passed. |
| PassedChecks | Obtains the check types that the signature passed. |
| SignatureFileName | Gets the name of a signature in a package. |
| SignatureInfo | Obtains signature information. |
| SignatureTimestamp | Gets the date and time of the signature timestamp. |
| SignatureTimestampCertificates | Obtains the list of timestamp certificates. |
| SignatureXml | Gets a signature as an XML string. |
| ValidationResult | Gets the signature validation result. |
| ValidationResultMessage | Gets the validation result message. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also