AllowEncryptionKeyRetrievalPermission.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 and returns a copy of a permission class object.
public:
override Microsoft::Dynamics::Ax::Xpp::CodeAccessPermission ^ Copy();
public override Microsoft.Dynamics.Ax.Xpp.CodeAccessPermission Copy ();
override this.Copy : unit -> Microsoft.Dynamics.Ax.Xpp.CodeAccessPermission
Public Overrides Function Copy () As CodeAccessPermission
Returns
A copy of the derived class object.
Remarks
You can override this method as part of the process of making an API more secure. For more information, see "Securing an API that Executes on the Server Tier."