TrustingRealmClaimTransformation.UseEnhancedIdentityPrivacy Property
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