Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents the information about a single claim type that the administrator has chosen to map to incoming Security Assertion Markup Language (SAML) tokens.
The SPTrustedClaimTypeInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPTrustedClaimTypeInformation() | Initializes a new instance of the SPTrustedClaimTypeInformation class. |
![]() |
SPTrustedClaimTypeInformation(String, String) | Initializes a new instance of the SPTrustedClaimTypeInformation class. |
![]() |
SPTrustedClaimTypeInformation(String, String, String) | Initializes a new instance of the SPTrustedClaimTypeInformation class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AcceptOnlyKnownClaimValues | Gets or sets a value that indicates whether claim values for this claim type should only be accepted if they are the known claim values for this claim type. |
![]() |
ClaimValueModificationAction | Gets the action used to modify the claim value. |
![]() |
ClaimValueModificationArgument | Gets the arguments used to modify the claim value. |
![]() |
DisplayName | Gets or sets the name of the claim type. |
![]() |
InputClaimType | Gets the string that represents the claim type issued by the trusted login provider. |
![]() |
IsIdentityClaim | Gets a value that indicates whether this claim type uniquely identifies logins from the trusted login provider. |
![]() |
KnownClaimValues | Gets the collection of known claim values. |
![]() |
MappedClaimType | Gets or sets the local claim type that is equivalent to the claim type issued by the trusted login provider. |
![]() |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddKnownClaimValue | Adds the specified claim value to the known claim value collection represented by the KnownClaimValues property. |
![]() |
DisableClaimValueModification | Disables the modification to the claim values. |
![]() |
Equals | Determines whether the specified object is equal to the current SPTrustedClaimTypeInformation object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for this object. (Overrides Object.GetHashCode().) |
![]() |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
IsClaimTypeReserved | Determines whether the specified claim type is a reserved claim type. |
![]() |
IsKnownClaimValue | Returns the value that represents whether the input string is a stored ClaimValue. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) |
![]() |
RemoveKnownClaimValue | Removes the specified claim value from the known claim value collection represented by the KnownClaimValues property. |
![]() |
SetClaimValueModification | Sets the modification action and argument to apply to the claim value. |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top