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.
Removes the first occurrence of a specific object from the GroupToUpnClaimTransformCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void Remove(
GroupToUpnClaimTransform value
)
public:
void Remove(
GroupToUpnClaimTransform^ value
)
member Remove :
value:GroupToUpnClaimTransform -> unit
Public Sub Remove (
value As GroupToUpnClaimTransform
)
Parameters
value
Type: System.Web.Security.SingleSignOn.GroupToUpnClaimTransformThe GroupToUpnClaimTransform to remove from the collection.
See Also
GroupToUpnClaimTransformCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top