TrustingRealmClaimTransformation.EmailSuffixTransformation Property
Gets or sets a NameSuffixTransform object used to transform an e-mail suffix during a transform.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public NameSuffixTransform EmailSuffixTransformation { get; set; }
public:
property NameSuffixTransform^ EmailSuffixTransformation {
NameSuffixTransform^ get();
void set(NameSuffixTransform^ value);
}
member EmailSuffixTransformation : NameSuffixTransform with get, set
Public Property EmailSuffixTransformation As NameSuffixTransform
Property Value
Type: System.Web.Security.SingleSignOn.NameSuffixTransform
A NameSuffixTransform object used to transform an e-mail suffix during a transform.
Remarks
This property is used on the trusting realm to transform an e-mail suffix to a generic suffix that will be recognized by the trusted account partner. For example, an e-mail for user@fabrikam.sales.com may be transformed to user@fabrikam.com.
See Also
TrustingRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace
Return to top