C# Class System.Security.Policy.SiteMembershipCondition

Mostra file 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
SiteMembershipCondition ( string site )
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement
ToXml ( ) : System.Security.SecurityElement
ToXml ( System level ) : System.Security.SecurityElement

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

SiteMembershipCondition() public method

public SiteMembershipCondition ( string site )
site string

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