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

상속: KeyedHashAlgorithm
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Setup void

공개 메소드들

메소드 설명
Initialize ( ) : void
MACTripleDES ( ) : System.Runtime.InteropServices
MACTripleDES ( byte rgbKey ) : System.Runtime.InteropServices
MACTripleDES ( string strTripleDES, byte rgbKey ) : System.Runtime.InteropServices

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HashCore ( byte rgbData, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

비공개 메소드들

메소드 설명
Setup ( string strTripleDES, byte rgbKey ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HashCore() 보호된 메소드

protected HashCore ( byte rgbData, int ibStart, int cbSize ) : void
rgbData byte
ibStart int
cbSize int
리턴 void

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

MACTripleDES() 공개 메소드

public MACTripleDES ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

MACTripleDES() 공개 메소드

public MACTripleDES ( byte rgbKey ) : System.Runtime.InteropServices
rgbKey byte
리턴 System.Runtime.InteropServices

MACTripleDES() 공개 메소드

public MACTripleDES ( string strTripleDES, byte rgbKey ) : System.Runtime.InteropServices
strTripleDES string
rgbKey byte
리턴 System.Runtime.InteropServices