CryptoAPI Constructors
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.
Overloads
CryptoAPI() | |
CryptoAPI(Int64) | |
CryptoAPI(IntPtr) |
CryptoAPI()
public:
CryptoAPI();
public CryptoAPI ();
Public Sub New ()
Applies to
CryptoAPI(Int64)
public:
CryptoAPI(long num1);
public CryptoAPI (long num1);
new Dynamics.AX.Application.CryptoAPI : int64 -> Dynamics.AX.Application.CryptoAPI
Public Sub New (num1 As Long)
Parameters
- num1
- Int64
Applies to
CryptoAPI(IntPtr)
public:
CryptoAPI(IntPtr ptr1);
public CryptoAPI (IntPtr ptr1);
new Dynamics.AX.Application.CryptoAPI : nativeint -> Dynamics.AX.Application.CryptoAPI
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint