IClientSecurity.CopyProxy(Object, Object) 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.
public:
void CopyProxy(System::Object ^ pProxy, [Runtime::InteropServices::Out] System::Object ^ % ppCopy);
public void CopyProxy (object pProxy, out object ppCopy);
abstract member CopyProxy : obj * obj -> unit
Public Sub CopyProxy (pProxy As Object, ByRef ppCopy As Object)
Parameters
- pProxy
- Object
- ppCopy
- Object