System::Security::SecureStringMarshal::SecureStringToGlobalAllocAnsi method
SecureStringMarshal::SecureStringToGlobalAllocAnsi method
Copies contents of specified secure string into unmanaged memory, converting into ANSI format.
static IntPtr System::Security::SecureStringMarshal::SecureStringToGlobalAllocAnsi(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 SecureStringMarshal
- Namespace System::Security
- Library Aspose.PUB for C++