Assembly.IsFullyTrusted Proprietà

Definizione

Ottiene un valore che indica se l'assembly corrente viene caricato con attendibilità totale.

public:
 property bool IsFullyTrusted { bool get(); };
public bool IsFullyTrusted { get; }
member this.IsFullyTrusted : bool
Public ReadOnly Property IsFullyTrusted As Boolean

Valore della proprietà

true se l'assembly corrente è caricato con attendibilità totale; in caso contrario, false.

Si applica a