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

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

공개 메소드들

메소드 설명
Create ( ) : HMAC
Create ( string algorithmName ) : HMAC
Initialize ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HMAC ( )
HashCore ( byte rgb, int ib, int cb ) : void
HashFinal ( ) : byte[]

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : HMAC
리턴 HMAC

Create() 공개 정적인 메소드

public static Create ( string algorithmName ) : HMAC
algorithmName string
리턴 HMAC

Dispose() 보호된 메소드

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

HMAC() 보호된 메소드

protected HMAC ( )

HashCore() 보호된 메소드

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
리턴 void

HashFinal() 보호된 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void