SecureStringToGlobalAllocAnsi()
Marshal::SecureStringToGlobalAllocAnsi(const SharedPtr<Security::SecureString>&) method
Copies contents of specified secure string into unmanaged memory, converting into ANSI format.
static IntPtr System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocAnsi(const SharedPtr<Security::SecureString> &s)
Arguments
Parameter | Type | Description |
---|---|---|
s | const SharedPtr<Security::SecureString>& | Secure string. |
Return Value
The address in unmanaged memory.
See Also
- Typedef SharedPtr
- Class SecureString
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Slides