SecureStringToGlobalAllocUnicode()

Marshal::SecureStringToGlobalAllocUnicode(const SharedPtr<Security::SecureString>&) method

Copies contents of specified secure string into unmanaged memory.

static IntPtr System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocUnicode(const SharedPtr<Security::SecureString> &s)

Arguments

ParameterTypeDescription
sconst SharedPtr<Security::SecureString>&Secure string.

Return Value

The address in unmanaged memory.

See Also