RegisterPackageOptions.AllowUnsigned Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool AllowUnsigned { bool get(); void set(bool value); };
bool AllowUnsigned();
void AllowUnsigned(bool value);
public bool AllowUnsigned { get; set; }
var boolean = registerPackageOptions.allowUnsigned;
registerPackageOptions.allowUnsigned = boolean;
Public Property AllowUnsigned As Boolean
Property Value
Boolean
bool
TRUE indicates that an unsigned package can be registered; otherwise, FALSE.