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

파일 보기 프로젝트 열기: 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
SiteMembershipCondition ( string site )
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement
ToXml ( ) : System.Security.SecurityElement
ToXml ( System level ) : System.Security.SecurityElement

메소드 상세

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

SiteMembershipCondition() 공개 메소드

public SiteMembershipCondition ( string site )
site string

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