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.
Adds an item to the CorporateClaimUuidCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int Add(
TrustPolicyEntryBase claim
)
public:
int Add(
TrustPolicyEntryBase^ claim
)
member Add :
claim:TrustPolicyEntryBase -> int
Public Function Add (
claim As TrustPolicyEntryBase
) As Integer
Parameters
claim
Type: System.Web.Security.SingleSignOn.TrustPolicyEntryBaseThe TrustPolicyEntryBase object to add to the collection.
Return Value
Type: System.Int32
The ArrayList index at which the value has been added.
See Also
Add Overload
CorporateClaimUuidCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top