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