C# 클래스 mRemoteNG.Security.SecureStringExtensions

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG

공개 메소드들

메소드 설명
ConvertToSecureString ( this unsecuredPassword ) : SecureString
ConvertToUnsecureString ( this securePassword ) : string

Method to marshall a SecureString out of protected memory into a standard String object that is required by most other functions. Code initially taken from Fabio Pintos Source: https://blogs.msdn.microsoft.com/fpintos/2009/06/12/how-to-properly-convert-securestring-to-string/

IsBase64String ( this s ) : bool

메소드 상세

ConvertToSecureString() 공개 정적인 메소드

public static ConvertToSecureString ( this unsecuredPassword ) : SecureString
unsecuredPassword this
리턴 System.Security.SecureString

ConvertToUnsecureString() 공개 정적인 메소드

Method to marshall a SecureString out of protected memory into a standard String object that is required by most other functions. Code initially taken from Fabio Pintos Source: https://blogs.msdn.microsoft.com/fpintos/2009/06/12/how-to-properly-convert-securestring-to-string/
public static ConvertToUnsecureString ( this securePassword ) : string
securePassword this
리턴 string

IsBase64String() 공개 정적인 메소드

public static IsBase64String ( this s ) : bool
s this
리턴 bool