CustomClaimTransform Class

 

A transform for a custom claim.

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.CustomClaimTransform

Syntax

[ComVisibleAttribute(true)]
public class CustomClaimTransform : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class CustomClaimTransform : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type CustomClaimTransform = 
    class
        inherit TrustPolicyEntryBase
    end
<ComVisibleAttribute(True)>
Public Class CustomClaimTransform
    Inherits TrustPolicyEntryBase

Constructors

Name Description
System_CAPS_pubmethod CustomClaimTransform()

Initializes a new instance of the CustomClaimTransform class. The properties are set to null.

Properties

Name Description
System_CAPS_pubproperty CorporateCustomClaimUuid

Gets or sets the UUID for a corporate claim to transform.

System_CAPS_pubproperty CustomClaim

Gets or sets the output of the transformation.

System_CAPS_pubproperty 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.)

System_CAPS_pubproperty uuid

Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified CustomClaimTransform is equal to the current CustomClaimTransform.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code for this instance. (Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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

System.Web.Security.SingleSignOn Namespace

Return to top