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)
ParameterTypeDescription
sconst SharedPtr<Security::SecureString>&Secure string.

ReturnValue

The address in unmanaged memory.

See Also