طريقة System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocAnsi
Marshal::SecureStringToGlobalAllocAnsi method
ينسخ محتويات السلسلة الآمنة المحددة إلى الذاكرة غير المُدارة، مع التحويل إلى تنسيق ANSI.
static IntPtr System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocAnsi(const SharedPtr<Security::SecureString> &s)
| معامل | نوع | الوصف |
|---|---|---|
| s | const SharedPtr<Security::SecureString>& | سلسلة آمنة. |
ReturnValue
العنوان في الذاكرة غير المُدارة.
انظر أيضًا
- Typedef SharedPtr
- Class SecureString
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++