IdentityExpression Class

Represents an expression that contains the name of an IIdentity.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
Public Class IdentityExpression _
    Inherits BooleanExpression
public class IdentityExpression : BooleanExpression
public ref class IdentityExpression : public BooleanExpression
public class IdentityExpression extends BooleanExpression

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Security.BooleanExpression
    Microsoft.Practices.EnterpriseLibrary.Security.IdentityExpression

See Also

IdentityExpression Members

Microsoft.Practices.EnterpriseLibrary.Security Namespace