Share via


RegisterPackageOptions.AllowUnsigned Proprietà

Definizione

Ottiene o imposta un valore che indica se consentire la registrazione di un pacchetto senza segno.

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

Valore della proprietà

Boolean

bool

TRUE indica che è possibile registrare un pacchetto non firmato; in caso contrario, FALSE.

Si applica a

Vedi anche