C# 클래스 System.Security.Cryptography.SHA1.Implementation

상속: SHA1
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Implementation ( ) : Internal.Cryptography
Initialize ( ) : void

보호된 메소드들

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

메소드 상세

Dispose() 보호된 최종 메소드

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

HashCore() 보호된 최종 메소드

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

HashFinal() 보호된 최종 메소드

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

Implementation() 공개 메소드

public Implementation ( ) : Internal.Cryptography
리턴 Internal.Cryptography

Initialize() 공개 최종 메소드

public final Initialize ( ) : void
리턴 void