C# Class System.Security.Policy.StrongNameMembershipCondition

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

Méthodes publiques

Méthode 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
StrongNameMembershipCondition ( System blob, string name, System version )
StrongNameMembershipCondition ( StrongNamePublicKeyBlob blob, string name, System.Version version ) : System.Security.Permissions
ToString ( ) : string
ToXml ( ) : SecurityElement
ToXml ( PolicyLevel level ) : SecurityElement
ToXml ( ) : System.Security.SecurityElement
ToXml ( System level ) : System.Security.SecurityElement

Method Details

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 System.Security.SecurityElement
Résultat void

FromXml() public méthode

public FromXml ( SecurityElement e, PolicyLevel level ) : void
e System.Security.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

StrongNameMembershipCondition() public méthode

public StrongNameMembershipCondition ( System blob, string name, System version )
blob System
name string
version System

StrongNameMembershipCondition() public méthode

public StrongNameMembershipCondition ( StrongNamePublicKeyBlob blob, string name, System.Version version ) : System.Security.Permissions
blob System.Security.Permissions.StrongNamePublicKeyBlob
name string
version System.Version
Résultat System.Security.Permissions

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXml() public méthode

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

ToXml() public méthode

public ToXml ( PolicyLevel level ) : SecurityElement
level PolicyLevel
Résultat System.Security.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