ClaimFilteringTransform.AllowEmailClaim Property
Gets or sets a Boolean that indicates whether to allow incoming e-mail claims to be transformed.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool AllowEmailClaim { get; set; }
public:
property bool AllowEmailClaim {
bool get();
void set(bool value);
}
member AllowEmailClaim : bool with get, set
Public Property AllowEmailClaim As Boolean
Property Value
Type: System.Boolean
true to allow e-mail claims to be transformed; if false, e-mail name claims are filtered.
See Also
ClaimFilteringTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top