Share via


ClaimFilteringTransform.AllowCommonNameClaim Property

 

Gets or sets a Boolean that indicates whether to allow incoming common name claims to be transformed.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public bool AllowCommonNameClaim { get; set; }
public:
property bool AllowCommonNameClaim {
    bool get();
    void set(bool value);
}
member AllowCommonNameClaim : bool with get, set
Public Property AllowCommonNameClaim As Boolean

Property Value

Type: System.Boolean

true to allow common name claims to be transformed; if false, common name claims are filtered.

See Also

ClaimFilteringTransform Class
System.Web.Security.SingleSignOn Namespace

Return to top