C# Class System.Security.Policy.ApplicationDirectoryMembershipCondition

Inheritance: IMembershipCondition, IConstantMembershipCondition, IReportMatchMembershipCondition
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
ApplicationDirectoryMembershipCondition ( )
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
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement
ToXml ( ) : System.Security.SecurityElement
ToXml ( System level ) : System.Security.SecurityElement

Method Details

ApplicationDirectoryMembershipCondition() public méthode

Check() public méthode

public Check ( Evidence evidence ) : bool
evidence Evidence
Résultat bool

Check() public méthode

public Check ( System evidence ) : bool
evidence System
Résultat bool

Copy() public méthode

public Copy ( ) : IMembershipCondition
Résultat IMembershipCondition

Copy() public méthode

public Copy ( ) : System.Security.Policy.IMembershipCondition
Résultat System.Security.Policy.IMembershipCondition

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FromXml() public méthode

public FromXml ( SecurityElement e ) : void
e SecurityElement
Résultat void

FromXml() public méthode

public FromXml ( SecurityElement e, PolicyLevel level ) : void
e SecurityElement
level PolicyLevel
Résultat void

FromXml() public méthode

public FromXml ( System e ) : void
e System
Résultat void

FromXml() public méthode

public FromXml ( System e, System level ) : void
e System
level System
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXml() public méthode

public ToXml ( ) : SecurityElement
Résultat SecurityElement

ToXml() public méthode

public ToXml ( PolicyLevel level ) : SecurityElement
level PolicyLevel
Résultat SecurityElement

ToXml() public méthode

public ToXml ( ) : System.Security.SecurityElement
Résultat System.Security.SecurityElement

ToXml() public méthode

public ToXml ( System level ) : System.Security.SecurityElement
level System
Résultat System.Security.SecurityElement