méthode System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocUnicode

Marshal::SecureStringToGlobalAllocUnicode method

Copie le contenu de la chaîne sécurisée spécifiée dans la mémoire non gérée.

static IntPtr System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocUnicode(const SharedPtr<Security::SecureString> &s)
ParamètreTypeDescription
sconst SharedPtr<Security::SecureString>&Chaîne sécurisée.

ReturnValue

L’adresse dans la mémoire non gérée.

Voir aussi