Delegate CreateDelegate
Assembly: PDFNet.dll
Syntax
public delegate SecurityHandler CreateDelegate(string name, int key_len, int enc_code);
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
key_len |
|
System.Int32 |
enc_code |
|
Returns
Constructors
CreateDelegate(Object, IntPtr)
Declaration
public CreateDelegate(object A_0, IntPtr A_1)
Parameters
Type |
Name |
Description |
System.Object |
A_0 |
|
System.IntPtr |
A_1 |
|
Methods
BeginInvoke(String, Int32, Int32, AsyncCallback, Object)
Declaration
public IAsyncResult BeginInvoke(string name, int key_len, int enc_code, AsyncCallback callback, object obj)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
key_len |
|
System.Int32 |
enc_code |
|
System.AsyncCallback |
callback |
|
System.Object |
obj |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public SecurityHandler EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(String, Int32, Int32)
Declaration
public SecurityHandler Invoke(string name, int key_len, int enc_code)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
key_len |
|
System.Int32 |
enc_code |
|
Returns