GroupClaimTransform Class

 

A transform for a GroupClaim object.

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod GroupClaimTransform()

Initializes a new instance of the GroupClaimTransform class.

Properties

Name Description
System_CAPS_pubproperty CorporateGroupUuid

Gets or sets a Guid for a corporate group claim that is part of this transform.

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 Group

Gets or sets the GroupClaim object to use for this transform.

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 GroupClaimTransform is equal to the current GroupClaimTransform.(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.)

Remarks

A claim transform defines how incoming and outgoing claims in the token are transformed by the FS to match an expected string format at the trusting or trusting realm.

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