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

Inheritance: IMembershipCondition
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode 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

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

Method Details

Check() public méthode

public Check ( Evidence evidence ) : bool
evidence Evidence
Résultat bool

Copy() public méthode

public Copy ( ) : IMembershipCondition
Résultat IMembershipCondition

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FromXml() public méthode

public FromXml ( SecurityElement e ) : void
e SecurityElement
Résultat void

FromXml() public méthode

public FromXml ( SecurityElement e, PolicyLevel level ) : void
e SecurityElement
level PolicyLevel
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HashMembershipCondition() public méthode

public HashMembershipCondition ( HashAlgorithm hashAlg, byte value ) : System.Collections
hashAlg HashAlgorithm
value byte
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXml() public méthode

public ToXml ( ) : SecurityElement
Résultat SecurityElement

ToXml() public méthode

public ToXml ( PolicyLevel level ) : SecurityElement
level PolicyLevel
Résultat SecurityElement