Share via


SkipAOSValidationPermission.copy Method

Creates and returns a copy of a permission class object.

Syntax

public CodeAccessPermission copy()

Run On

Called

Return Value

Type: CodeAccessPermission Class
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 .

See Also

SkipAOSValidationPermission Class

CodeAccessPermission Class

How to: Secure an API on the AOS

Secured APIs