SecureStringMarshal.SecureStringToGlobalAllocUnicode(SecureString) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관리되는 SecureString 개체의 콘텐츠를 관리되지 않는 메모리로 복사합니다.
public:
static IntPtr SecureStringToGlobalAllocUnicode(System::Security::SecureString ^ s);
public static IntPtr SecureStringToGlobalAllocUnicode (System.Security.SecureString s);
static member SecureStringToGlobalAllocUnicode : System.Security.SecureString -> nativeint
Public Shared Function SecureStringToGlobalAllocUnicode (s As SecureString) As IntPtr
매개 변수
복사할 관리되는 개체입니다.
반환
-
IntPtr
nativeint
관리되지 않는 메모리에서 s
가 복사된 주소이거나 s
가 길이가 0인 SecureString 개체인 경우 0입니다.
예외
s
매개 변수가 null
인 경우
사용 가능한 메모리가 부족한 경우