Expand Minimize
This topic has not yet been rated - Rate this topic

SigningOption Enumeration

Defines the options that control what data is embedded in the signature blob.


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

'Declaration
Public Enumeration SigningOption
public enum SigningOption
public enum SigningOption
Member nameDescription
AddFullCertificateChainEmbeds the entire certificate chain.
AddFullCertificateChainExceptRootEmbeds the entire certificate chain, except for the root certificate.
AddOnlyCertificateEmbeds only the signer's certificate.
DefaultEmbeds the entire certificate chain, except for the root certificate.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.