System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocUnicode method
Marshal::SecureStringToGlobalAllocUnicode method
Copies contents of specified secure string into unmanaged memory.
static IntPtr System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocUnicode(const SharedPtr<Security::SecureString> &s)
Parameter | Type | Description |
---|---|---|
s | const SharedPtr<Security::SecureString>& | Secure string. |
ReturnValue
The address in unmanaged memory.
See Also
- Typedef SharedPtr
- Class SecureString
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.TeX for C++