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