C# Class System.Security.Policy.ApplicationMembershipCondition

Inheritance: IConstantMembershipCondition, IMembershipCondition
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
ApplicationMembershipCondition ( ) : System.Collections
Copy ( ) : IMembershipCondition
Equals ( object o ) : bool
FromXml ( SecurityElement e ) : void
FromXml ( SecurityElement e, PolicyLevel level ) : void
GetHashCode ( ) : int
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement

Private Methods

Method Description
Check ( Evidence evidence ) : bool

Method Details

ApplicationMembershipCondition() public method

public ApplicationMembershipCondition ( ) : System.Collections
return System.Collections

Copy() public method

public Copy ( ) : IMembershipCondition
return IMembershipCondition

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FromXml() public method

public FromXml ( SecurityElement e ) : void
e SecurityElement
return void

FromXml() public method

public FromXml ( SecurityElement e, PolicyLevel level ) : void
e SecurityElement
level PolicyLevel
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

ToXml() public method

public ToXml ( ) : SecurityElement
return SecurityElement

ToXml() public method

public ToXml ( PolicyLevel level ) : SecurityElement
level PolicyLevel
return SecurityElement