C# Class System.Security.Policy.ApplicationTrustCollection

Inheritance: ICollection, IEnumerable
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Add ( ApplicationTrust trust ) : int
Add ( System trust ) : int
AddRange ( ApplicationTrust trusts ) : void
AddRange ( ApplicationTrustCollection trusts ) : void
AddRange ( System trusts ) : void
Clear ( ) : void
CopyTo ( ApplicationTrust array, int index ) : void
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : ApplicationTrustEnumerator
GetEnumerator ( ) : System.Security.Policy.ApplicationTrustEnumerator
Remove ( ApplicationTrust trust ) : void
Remove ( System trust ) : void
RemoveRange ( ApplicationTrust trusts ) : void
RemoveRange ( ApplicationTrustCollection trusts ) : void
RemoveRange ( System trusts ) : void
this ( int index ) : ApplicationTrust
this ( string appFullName ) : ApplicationTrust
this ( int index ) : System.Security.Policy.ApplicationTrust
this ( string appFullName ) : System.Security.Policy.ApplicationTrust

Private Methods

Method Description
ApplicationTrustCollection ( )
ApplicationTrustCollection ( ) : System.Collections
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
System ( ) : System.Collections.IEnumerator
System ( System array, int index ) : void

Method Details

Add() public method

public Add ( ApplicationTrust trust ) : int
trust ApplicationTrust
return int

Add() public method

public Add ( System trust ) : int
trust System
return int

AddRange() public method

public AddRange ( ApplicationTrust trusts ) : void
trusts ApplicationTrust
return void

AddRange() public method

public AddRange ( ApplicationTrustCollection trusts ) : void
trusts ApplicationTrustCollection
return void

AddRange() public method

public AddRange ( System trusts ) : void
trusts System
return void

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( ApplicationTrust array, int index ) : void
array ApplicationTrust
index int
return void

CopyTo() public method

public CopyTo ( System array, int index ) : void
array System
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : ApplicationTrustEnumerator
return ApplicationTrustEnumerator

GetEnumerator() public method

public GetEnumerator ( ) : System.Security.Policy.ApplicationTrustEnumerator
return System.Security.Policy.ApplicationTrustEnumerator

Remove() public method

public Remove ( ApplicationTrust trust ) : void
trust ApplicationTrust
return void

Remove() public method

public Remove ( System trust ) : void
trust System
return void

RemoveRange() public method

public RemoveRange ( ApplicationTrust trusts ) : void
trusts ApplicationTrust
return void

RemoveRange() public method

public RemoveRange ( ApplicationTrustCollection trusts ) : void
trusts ApplicationTrustCollection
return void

RemoveRange() public method

public RemoveRange ( System trusts ) : void
trusts System
return void

this() public method

public this ( int index ) : ApplicationTrust
index int
return ApplicationTrust

this() public method

public this ( string appFullName ) : ApplicationTrust
appFullName string
return ApplicationTrust

this() public method

public this ( int index ) : System.Security.Policy.ApplicationTrust
index int
return System.Security.Policy.ApplicationTrust

this() public method

public this ( string appFullName ) : System.Security.Policy.ApplicationTrust
appFullName string
return System.Security.Policy.ApplicationTrust