NameSuffixValidationTransform.SuffixList Property
Gets a TrustPolicyStringCollection object that contains a list of suffixes that are valid for the account partner.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustPolicyStringCollection SuffixList { get; }
public:
property TrustPolicyStringCollection^ SuffixList {
TrustPolicyStringCollection^ get();
}
member SuffixList : TrustPolicyStringCollection with get
Public ReadOnly Property SuffixList As TrustPolicyStringCollection
Property Value
Type: System.Web.Security.SingleSignOn.TrustPolicyStringCollection
A TrustPolicyStringCollection object that contains a list of suffixes that are valid for the account partner.
See Also
NameSuffixValidationTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top