VerifyClickOnceSigningSettings.SignManifests Property

Gets or sets a value that indicates whether the application and deployment manifests are to be signed.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration
Assembly:  Microsoft.VisualStudio.Tools.Applications.BuildTasks (in Microsoft.VisualStudio.Tools.Applications.BuildTasks.dll)

Syntax

'Declaration
Public Property SignManifests As Boolean
'Usage
Dim instance As VerifyClickOnceSigningSettings 
Dim value As Boolean 

value = instance.SignManifests

instance.SignManifests = value
public bool SignManifests { get; set; }
public:
property bool SignManifests {
    bool get ();
    void set (bool value);
}
public function get SignManifests () : boolean 
public function set SignManifests (value : boolean)

Property Value

Type: System.Boolean
true if the application and deployment manifests are to be signed; otherwise, false. The default is false.

Remarks

The SignManifests property is set on the Signing tab of the Project Designer.

.NET Framework Security

See Also

Reference

VerifyClickOnceSigningSettings Class

VerifyClickOnceSigningSettings Members

Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace