TrustedRealmClaimTransformation.EmailSuffixValidationTransform Property
Gets or sets the NameSuffixValidationTransform that validates e-mail suffixes that may be accepted from the Partner Realm.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public NameSuffixValidationTransform EmailSuffixValidationTransform { get; set; }
public:
property NameSuffixValidationTransform^ EmailSuffixValidationTransform {
NameSuffixValidationTransform^ get();
void set(NameSuffixValidationTransform^ value);
}
member EmailSuffixValidationTransform : NameSuffixValidationTransform with get, set
Public Property EmailSuffixValidationTransform As NameSuffixValidationTransform
Property Value
Type: System.Web.Security.SingleSignOn.NameSuffixValidationTransform
The NameSuffixValidationTransform that validates e-mail suffixes that may be accepted from the Partner Realm.
Remarks
The e-mail suffix can be set to null for trusted Windows intranet realms, in which case any e-mail suffix is allowed. The e-mail suffix must be specified (that is, it must not be null) for other trust types. When the e-mail suffix is set and an e-mail message is received whose domain part is not in the list, the e-mail is rejected.
See Also
TrustedRealmClaimTransformation Class
System.Web.Security.SingleSignOn Namespace
Return to top