Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the identity claims being sent to this partner are to be obfuscated for enhanced identity privacy.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool UseEnhancedIdentityPrivacy { get; set; }
public:
property bool UseEnhancedIdentityPrivacy {
bool get();
void set(bool value);
}
member UseEnhancedIdentityPrivacy : bool with get, set
Public Property UseEnhancedIdentityPrivacy As Boolean
Property Value
Type: System.Boolean
true if the identity claims being sent to this partner are to be obfuscated; otherwise, false.
See Also
TrustingRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace
Return to top