This topic has not yet been rated - Rate this topic

SignatureStatus Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the status of a signature for a file.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
'Usage
Dim instance As SignatureStatus

public enum SignatureStatus
public enum SignatureStatus
public enum SignatureStatus
Member name Description
HashMismatch The hash of the file does not match the hash stored with the signature.
Incompatible The signature cannot be verified because it is incompatible with the current system. This field is introduced in Windows PowerShell 2.0.
NotSigned The file has no signature.
NotSupportedFileFormat The specified file format is not supported by the system for signing operations. This usually means that the system does not know how to sign or verify the file type requested.
NotTrusted The certificate was signed by a publisher that is not trusted on the system.
UnknownError The file has a signature that is not valid.
Valid The file has a valid signature. This means only that the signature is syntactically valid. It does not imply trust.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)