C# Class System.Security.Policy.HashMembershipCondition

Inheritance: IDeserializationCallback, ISerializable, ISecurityEncodable, ISecurityPolicyEncodable, IMembershipCondition
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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

Method Description
HashMembershipCondition ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Method Details

Check() public method

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

Check() public method

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

Copy() public method

public Copy ( ) : IMembershipCondition
return IMembershipCondition

Copy() public method

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

FromXml() public method

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

FromXml() public method

public FromXml ( System e, System level ) : void
e System
level System
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

HashMembershipCondition() public method

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

HashMembershipCondition() public method

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

IDeserializationCallback() public method

public IDeserializationCallback ( object sender ) : void
sender object
return void

ISerializable() public method

public ISerializable ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

System() public method

public System ( System info, System context ) : void
info System
context System
return void

System() public method

public System ( object sender ) : void
sender object
return void

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

ToXml() public method

public ToXml ( ) : System.Security.SecurityElement
return System.Security.SecurityElement

ToXml() public method

public ToXml ( System level ) : System.Security.SecurityElement
level System
return System.Security.SecurityElement