NameSuffixValidationTransform Class
Configured as part of a TrustedRealmClaimTransformation object to indicate the e-mail or UPN namespaces for which an account partner is trusted to issue tokens. The NameSuffixValidationTransform class is part of the Federation Service’s trust policy configuration.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.TrustPolicyEntryBase
System.Web.Security.SingleSignOn.NameSuffixValidationTransform
Syntax
[ComVisibleAttribute(true)]
public class NameSuffixValidationTransform : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class NameSuffixValidationTransform : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type NameSuffixValidationTransform =
class
inherit TrustPolicyEntryBase
end
<ComVisibleAttribute(True)>
Public Class NameSuffixValidationTransform
Inherits TrustPolicyEntryBase
Constructors
Name | Description | |
---|---|---|
NameSuffixValidationTransform() | Initializes a new instance of the NameSuffixValidationTransform class. |
Properties
Name | Description | |
---|---|---|
Disabled | Gets or sets whether the trust with this realm is currently active. If this is set, no tokens will be accepted from this partner.(Inherited from TrustPolicyEntryBase.) |
|
SuffixList | Gets a TrustPolicyStringCollection object that contains a list of suffixes that are valid for the account partner. |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
TrustedRealmClaimTransformation
System.Web.Security.SingleSignOn Namespace
Return to top