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

상속: IConstantMembershipCondition, IMembershipCondition
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( ) : IMembershipCondition
DomainApplicationMembershipCondition ( ) : System.Collections
Equals ( object o ) : bool
FromXml ( SecurityElement e ) : void
FromXml ( SecurityElement e, PolicyLevel level ) : void
GetHashCode ( ) : int
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement

비공개 메소드들

메소드 설명
Check ( Evidence evidence ) : bool

메소드 상세

Copy() 공개 메소드

public Copy ( ) : IMembershipCondition
리턴 IMembershipCondition

DomainApplicationMembershipCondition() 공개 메소드

public DomainApplicationMembershipCondition ( ) : System.Collections
리턴 System.Collections

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( ) : SecurityElement
리턴 SecurityElement

ToXml() 공개 메소드

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