System::Security::SecureStringMarshal::SecureStringToGlobalAllocUnicode method

SecureStringMarshal::SecureStringToGlobalAllocUnicode method

Copies contents of specified secure string into unmanaged memory.

static IntPtr System::Security::SecureStringMarshal::SecureStringToGlobalAllocUnicode(const SharedPtr<Security::SecureString> &s)
ParameterTypeDescription
sconst SharedPtr<Security::SecureString>&Secure string.

ReturnValue

The address in unmanaged memory.

See Also