SECUserTool::Clone

SECUserTool*SECUserTool::Clone(void)

A new SECUserTool object is created and initialized based on this SECUserTool object. The new user-tool object is created on the heap, and the caller is responsible for deleting the new object when done.

Defined in: usertool.cpp

Return Value

A pointer to the new SECUserTool object.

See Also

operator=

SECUserTool