Share via


RegisterPackageOptions.AllowUnsigned Property

Definition

Gets or sets a value that indicates whether to allow an unsigned Package to be registered.

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.

Applies to

See also