VarFile.IsSigned Property

 

If true, the file is signed.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public bool IsSigned { get; set; }
public:
property bool IsSigned {
    bool get();
    void set(bool value);
}
Public Property IsSigned As Boolean

Property Value

Type: System.Boolean

True if signed; otherwise false.

See Also

VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top