CustomClaimCollection Properties

 

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Properties

Name Description
System_CAPS_pubproperty Capacity

(Inherited from CollectionBase.)

System_CAPS_pubproperty Count

(Inherited from CollectionBase.)

System_CAPS_protproperty InnerList

(Inherited from CollectionBase.)

System_CAPS_pubproperty Item[CustomClaim]

Gets the CustomClaim object from this collection that is equal to the specified CustomClaim object.

System_CAPS_pubproperty Item[Guid]

Gets the CustomClaim object with the specified GUID.

System_CAPS_pubproperty Item[Int32]

Gets or sets the CustomClaim object at the specified index.

System_CAPS_pubproperty Item[String]

Gets the CustomClaim object whose CustomClaimName property is equal to the specified name.

System_CAPS_protproperty List

(Inherited from CollectionBase.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.IsSynchronized

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.SyncRoot

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsFixedSize

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsReadOnly

(Inherited from CollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.Item[Int32]

(Inherited from CollectionBase.)

See Also

CustomClaimCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top