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 | |
---|---|---|
CustomClaimTransform() | Initializes a new instance of the CustomClaimTransform class. The properties are set to null. |
Properties
Name | Description | |
---|---|---|
CorporateCustomClaimUuid | Gets or sets the UUID for a corporate claim to transform. |
|
CustomClaim | Gets or sets the output of the transformation. |
|
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.) |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified CustomClaimTransform is equal to the current CustomClaimTransform.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for this instance. (Overrides Object.GetHashCode().) |
|
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
System.Web.Security.SingleSignOn Namespace
Return to top