Method | Description | |
---|---|---|
Add ( |
||
Add ( System trust ) : int | ||
AddRange ( |
||
AddRange ( |
||
AddRange ( System trusts ) : void | ||
Clear ( ) : void | ||
CopyTo ( |
||
CopyTo ( System array, int index ) : void | ||
GetEnumerator ( ) : |
||
GetEnumerator ( ) : System.Security.Policy.ApplicationTrustEnumerator | ||
Remove ( |
||
Remove ( System trust ) : void | ||
RemoveRange ( |
||
RemoveRange ( |
||
RemoveRange ( System trusts ) : void | ||
this ( int index ) : |
||
this ( string appFullName ) : |
||
this ( int index ) : System.Security.Policy.ApplicationTrust | ||
this ( string appFullName ) : System.Security.Policy.ApplicationTrust |
Method | Description | |
---|---|---|
ApplicationTrustCollection ( ) | ||
ApplicationTrustCollection ( ) : System.Collections | ||
ICollection ( |
||
IEnumerable ( ) : IEnumerator | ||
System ( ) : System.Collections.IEnumerator | ||
System ( System array, int index ) : void |
public AddRange ( |
||
trusts | ||
return | void |
public AddRange ( |
||
trusts | ||
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public GetEnumerator ( ) : |
||
return |
public GetEnumerator ( ) : System.Security.Policy.ApplicationTrustEnumerator | ||
return | System.Security.Policy.ApplicationTrustEnumerator |
public Remove ( |
||
trust | ||
return | void |
public RemoveRange ( |
||
trusts | ||
return | void |
public RemoveRange ( |
||
trusts | ||
return | void |
public this ( string appFullName ) : |
||
appFullName | string | |
return |
public this ( int index ) : System.Security.Policy.ApplicationTrust | ||
index | int | |
return | System.Security.Policy.ApplicationTrust |
public this ( string appFullName ) : System.Security.Policy.ApplicationTrust | ||
appFullName | string | |
return | System.Security.Policy.ApplicationTrust |