System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocAnsi メソッド
Marshal::SecureStringToGlobalAllocAnsi method
指定された SecureString の内容をアンマネージド メモリにコピーし、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.Page for C++