C# 클래스 NppGist.AccessToken

파일 보기 프로젝트 열기: KvanTTT/NppGist

공개 메소드들

메소드 설명
DecryptToken ( string str ) : string
EncryptToken ( string token ) : string

비공개 메소드들

메소드 설명
CalculateComputerId ( ) : byte[]
Transform ( byte buffer, ICryptoTransform transform ) : byte[]

메소드 상세

DecryptToken() 공개 정적인 메소드

public static DecryptToken ( string str ) : string
str string
리턴 string

EncryptToken() 공개 정적인 메소드

public static EncryptToken ( string token ) : string
token string
리턴 string