C# 클래스 BoxKite.Twitter.Console.SecureIt

파일 보기 프로젝트 열기: nickhodge/BoxKite.Twitter

공개 메소드들

메소드 설명
DecryptString ( this encryptedData ) : SecureString
EncryptString ( this input ) : string
ToInsecureString ( this input ) : string
ToSecureString ( this input ) : SecureString

메소드 상세

DecryptString() 공개 정적인 메소드

public static DecryptString ( this encryptedData ) : SecureString
encryptedData this
리턴 System.Security.SecureString

EncryptString() 공개 정적인 메소드

public static EncryptString ( this input ) : string
input this
리턴 string

ToInsecureString() 공개 정적인 메소드

public static ToInsecureString ( this input ) : string
input this
리턴 string

ToSecureString() 공개 정적인 메소드

public static ToSecureString ( this input ) : SecureString
input this
리턴 System.Security.SecureString