Share via


ClaimFilteringTransform.AllowUpnClaim Property

 

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

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

Syntax

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

Property Value

Type: System.Boolean

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

See Also

ClaimFilteringTransform Class
System.Web.Security.SingleSignOn Namespace

Return to top