Signature Class

Definition

Represents a digital signature on a signed file.

public ref class Signature sealed
public sealed class Signature
type Signature = class
Public NotInheritable Class Signature
Inheritance
Signature

Properties

IsOSBinary

True if the item is signed as part of an operating system release.

Path

Gets the path of the file to which this signature applies.

SignatureType

Returns the signature type of the signature.

SignerCertificate

Gets the X509 certificate of the publisher that signed the file.

Status

Gets the status of the signature on the file.

StatusMessage

Gets the message corresponding to the status of the signature on the file.

TimeStamperCertificate

Gets the X509 certificate of the authority that time-stamped the file.

Applies to