méthode System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocAnsi
Marshal::SecureStringToGlobalAllocAnsi method
Copie le contenu de la chaîne sécurisée spécifiée dans la mémoire non gérée, en le convertissant au format ANSI.
static IntPtr System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocAnsi(const SharedPtr<Security::SecureString> &s)
| Paramètre | Type | Description |
|---|---|---|
| s | const SharedPtr<Security::SecureString>& | Chaîne sécurisée. |
ReturnValue
L’adresse dans la mémoire non gérée.
Voir aussi
- Typedef SharedPtr
- Class SecureString
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++