CommonNameClaimTransform.PassThroughCommonName Property
Gets or sets a Boolean that indicates whether the transform should pass the common name claim through without any transformation.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool PassThroughCommonName { get; set; }
public:
property bool PassThroughCommonName {
bool get();
void set(bool value);
}
member PassThroughCommonName : bool with get, set
Public Property PassThroughCommonName As Boolean
Property Value
Type: System.Boolean
A Boolean that indicates whether the transform should pass the common name claim through without any transformation.
See Also
CommonNameClaimTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top