GenericAce.Copy Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a deep copy of this Access Control Entry (ACE).
public:
 System::Security::AccessControl::GenericAce ^ Copy();
	public System.Security.AccessControl.GenericAce Copy();
	member this.Copy : unit -> System.Security.AccessControl.GenericAce
	Public Function Copy () As GenericAce
	Returns
The GenericAce object that this method creates.