CorporateClaimUuidCollection.Remove Method (Guid)
Removes the first occurrence of a specific object from the CorporateClaimUuidCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void Remove(
Guid value
)
public:
void Remove(
Guid value
)
member Remove :
value:Guid -> unit
Public Sub Remove (
value As Guid
)
Parameters
value
Type: System.GuidThe Guid to remove from the collection.
See Also
CorporateClaimUuidCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top