TrustPolicy.PrivacyKey Property
Gets or sets the byte sequence to use in obfuscating the identity claims for resource partners configured with the UseEnhancedIdentityPrivacy setting.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public byte[] PrivacyKey { get; set; }
public:
property array<unsigned char>^ PrivacyKey {
array<unsigned char>^ get();
void set(array<unsigned char>^ value);
}
member PrivacyKey : byte[] with get, set
Public Property PrivacyKey As Byte()
Property Value
Type: System.Byte[]
The byte sequence to use in obfuscating the identity claims for resource partners configured with the UseEnhancedIdentityPrivacy setting.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top