C# 클래스 Microsoft.Win32.SafeHandles.SafePasswordHandle

Wrap a string- or SecureString-based object. A null value indicates IntPtr.Zero should be used.
상속: System.Runtime.InteropServices.SafeHandle
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
SafePasswordHandle ( SecureString password ) : System
SafePasswordHandle ( string password ) : System

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

비공개 메소드들

메소드 설명
CreateHandle ( SecureString password ) : IntPtr
CreateHandle ( string password ) : IntPtr
FreeHandle ( ) : void

메소드 상세

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SafePasswordHandle() 공개 메소드

public SafePasswordHandle ( SecureString password ) : System
password System.Security.SecureString
리턴 System

SafePasswordHandle() 공개 메소드

public SafePasswordHandle ( string password ) : System
password string
리턴 System