System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocUnicode 메서드
Marshal::SecureStringToGlobalAllocUnicode method
지정된 보안 문자열의 내용을 비관리 메모리로 복사합니다.
static IntPtr System::Runtime::InteropServices::Marshal::SecureStringToGlobalAllocUnicode(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++