C# Class System.Security.Policy.HashMembershipCondition.HashMembershipCondition

Inheritance: IMembershipCondition
Datei anzeigen Open project: runefs/Marvin

Public Methods

Method Description
Check ( Evidence evidence ) : bool
Copy ( ) : IMembershipCondition
Equals ( object o ) : bool
FromXml ( SecurityElement e ) : void
FromXml ( SecurityElement e, PolicyLevel level ) : void
GetHashCode ( ) : int
HashMembershipCondition ( HashAlgorithm hashAlg, byte value ) : System.Collections
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement

Private Methods

Method Description
Compare ( byte expected, byte actual ) : bool
HashMembershipCondition ( ) : System.Collections
IDeserializationCallback ( object sender ) : void
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Method Details

Check() public method

public Check ( Evidence evidence ) : bool
evidence Evidence
return bool

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

HashMembershipCondition() public method

public HashMembershipCondition ( HashAlgorithm hashAlg, byte value ) : System.Collections
hashAlg HashAlgorithm
value byte
return System.Collections

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