CustomClaim Members
A custom claim on a trusting or trusted realm.
The following tables list the members exposed by the CustomClaim type.
| Name | Description | |
|---|---|---|
| CustomClaim | Overloaded. Initializes a new instance of the CustomClaim class. The default constructor should not be used, it is provided only for XML Serialization. |
| Name | Description | |
|---|---|---|
| CustomClaimName | Gets or sets the name for this CustomClaim. |
| 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) |
| IsSensitive | Gets or sets a Boolean to indicate if there is sensitive information in this CustomClaim. |
| uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. Determines whether two CustomClaim objects are equal. |
| GetHashCode | Overridden. Gets the hash code for this instance. |
| GetType | (Inherited from Object) |
| ReferenceEquals | (Inherited from Object) |
| ToString | Overridden. Returns a String that represents the current CustomClaim object. |