ApplicationClass.CheckSignatureOnLoad Propriedade

Definição

Obtém ou define um valor que indica se o runtime deve verificar a assinatura digital do pacote ao carregá-lo.

public:
 virtual property bool CheckSignatureOnLoad { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(18)]
public virtual bool CheckSignatureOnLoad { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.CheckSignatureOnLoad : bool with get, set
Public Overridable Property CheckSignatureOnLoad As Boolean

Valor da propriedade

true se o runtime verificar a assinatura digital ao carregar um pacote; caso contrário, false. O padrão é true.

Implementações

Atributos

Aplica-se a