C# Class System.Security.Policy.HashMembershipCondition

Inheritance: IDeserializationCallback, ISerializable, ISecurityEncodable, ISecurityPolicyEncodable, IMembershipCondition
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Check ( Evidence evidence ) : bool
Check ( System evidence ) : bool
Copy ( ) : IMembershipCondition
Copy ( ) : System.Security.Policy.IMembershipCondition
Equals ( object o ) : bool
FromXml ( SecurityElement e ) : void
FromXml ( SecurityElement e, PolicyLevel level ) : void
FromXml ( System e ) : void
FromXml ( System e, System level ) : void
GetHashCode ( ) : int
HashMembershipCondition ( System hashAlg, byte value )
HashMembershipCondition ( HashAlgorithm hashAlg, byte value ) : System.Runtime.Serialization
IDeserializationCallback ( object sender ) : void
ISerializable ( SerializationInfo info, StreamingContext context ) : void
System ( System info, System context ) : void
System ( object sender ) : void
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement
ToXml ( ) : System.Security.SecurityElement
ToXml ( System level ) : System.Security.SecurityElement

Private Methods

Méthode Description
HashMembershipCondition ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Method Details

Check() public méthode

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

Check() public méthode

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

Copy() public méthode

public Copy ( ) : IMembershipCondition
Résultat IMembershipCondition

Copy() public méthode

public Copy ( ) : System.Security.Policy.IMembershipCondition
Résultat System.Security.Policy.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

FromXml() public méthode

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

FromXml() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HashMembershipCondition() public méthode

public HashMembershipCondition ( System hashAlg, byte value )
hashAlg System
value byte

HashMembershipCondition() public méthode

public HashMembershipCondition ( HashAlgorithm hashAlg, byte value ) : System.Runtime.Serialization
hashAlg System.Security.Cryptography.HashAlgorithm
value byte
Résultat System.Runtime.Serialization

IDeserializationCallback() public méthode

public IDeserializationCallback ( object sender ) : void
sender object
Résultat void

ISerializable() public méthode

public ISerializable ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

System() public méthode

public System ( System info, System context ) : void
info System
context System
Résultat void

System() public méthode

public System ( object sender ) : void
sender object
Résultat void

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

ToXml() public méthode

public ToXml ( ) : System.Security.SecurityElement
Résultat System.Security.SecurityElement

ToXml() public méthode

public ToXml ( System level ) : System.Security.SecurityElement
level System
Résultat System.Security.SecurityElement