System::Security::SecureStringMarshal class
SecureStringMarshal class
Collection of methods for allocating and copying unmanaged memory blocks.
class SecureStringMarshal
Methods
Method | Description |
---|---|
static SecureStringToGlobalAllocAnsi(const SharedPtr<Security::SecureString>&) | Copies contents of specified secure string into unmanaged memory, converting into ANSI format. |
static SecureStringToGlobalAllocUnicode(const SharedPtr<Security::SecureString>&) | Copies contents of specified secure string into unmanaged memory. |
See Also
- Namespace System::Security
- Library Aspose.PUB for C++