CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Collection of methods for allocating and copying unmanaged memory blocks. More...
#include <secure_string_marshal.h>
Static Public Member Functions | |
static IntPtr | SecureStringToGlobalAllocAnsi (const SharedPtr< Security::SecureString > &s) |
Copies contents of specified secure string into unmanaged memory, converting into ANSI format. More... | |
static IntPtr | SecureStringToGlobalAllocUnicode (const SharedPtr< Security::SecureString > &s) |
Copies contents of specified secure string into unmanaged memory. More... | |
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. |