Collection of methods for allocating and copying unmanaged memory blocks. More...
Static Public Member Functions | |
static IntPtr | SecureStringToGlobalAllocAnsi (const SharedPtr< Security::SecureString > &s) |
static IntPtr | SecureStringToGlobalAllocUnicode (const SharedPtr< Security::SecureString > &s) |
Collection of methods for allocating and copying unmanaged memory blocks.
|
inlinestatic |
Copies contents of specified secure string into unmanaged memory, converting into ANSI format.
s | Secure string. |
|
inlinestatic |
Copies contents of specified secure string into unmanaged memory.
s | Secure string. |