C# 클래스 System.Security.Cryptography.TripleDES

상속: SymmetricAlgorithm
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : TripleDES
Create ( string str ) : TripleDES
IsWeakKey ( byte rgbKey ) : bool

보호된 메소드들

메소드 설명
TripleDES ( ) : System.Diagnostics

비공개 메소드들

메소드 설명
EqualBytes ( byte rgbKey, int start1, int start2, int count ) : bool

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : TripleDES
리턴 TripleDES

Create() 공개 정적인 메소드

public static Create ( string str ) : TripleDES
str string
리턴 TripleDES

IsWeakKey() 공개 정적인 메소드

public static IsWeakKey ( byte rgbKey ) : bool
rgbKey byte
리턴 bool

TripleDES() 보호된 메소드

protected TripleDES ( ) : System.Diagnostics
리턴 System.Diagnostics