Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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