CustomClaimCollection.Add Method (CustomClaim)
Adds an item to the CustomClaimCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int Add(
CustomClaim value
)
public:
int Add(
CustomClaim^ value
)
member Add :
value:CustomClaim -> int
Public Function Add (
value As CustomClaim
) As Integer
Parameters
value
Type: System.Web.Security.SingleSignOn.CustomClaimThe CustomClaim object to add to the collection.
Return Value
Type: System.Int32
The ArrayList index at which the value has been added.
See Also
CustomClaimCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top