C# 클래스 System.Security.Policy.HashMembershipCondition

상속: IDeserializationCallback, ISerializable, ISecurityEncodable, ISecurityPolicyEncodable, IMembershipCondition
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HashMembershipCondition ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

메소드 상세

Check() 공개 메소드

public Check ( Evidence evidence ) : bool
evidence Evidence
리턴 bool

Check() 공개 메소드

public Check ( System evidence ) : bool
evidence System
리턴 bool

Copy() 공개 메소드

public Copy ( ) : IMembershipCondition
리턴 IMembershipCondition

Copy() 공개 메소드

public Copy ( ) : System.Security.Policy.IMembershipCondition
리턴 System.Security.Policy.IMembershipCondition

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FromXml() 공개 메소드

public FromXml ( SecurityElement e ) : void
e SecurityElement
리턴 void

FromXml() 공개 메소드

public FromXml ( SecurityElement e, PolicyLevel level ) : void
e SecurityElement
level PolicyLevel
리턴 void

FromXml() 공개 메소드

public FromXml ( System e ) : void
e System
리턴 void

FromXml() 공개 메소드

public FromXml ( System e, System level ) : void
e System
level System
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HashMembershipCondition() 공개 메소드

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

HashMembershipCondition() 공개 메소드

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

IDeserializationCallback() 공개 메소드

public IDeserializationCallback ( object sender ) : void
sender object
리턴 void

ISerializable() 공개 메소드

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

System() 공개 메소드

public System ( System info, System context ) : void
info System
context System
리턴 void

System() 공개 메소드

public System ( object sender ) : void
sender object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( ) : SecurityElement
리턴 SecurityElement

ToXml() 공개 메소드

public ToXml ( PolicyLevel level ) : SecurityElement
level PolicyLevel
리턴 SecurityElement

ToXml() 공개 메소드

public ToXml ( ) : System.Security.SecurityElement
리턴 System.Security.SecurityElement

ToXml() 공개 메소드

public ToXml ( System level ) : System.Security.SecurityElement
level System
리턴 System.Security.SecurityElement