C# Class System.Security.Cryptography.HMACSHA384

Inheritance: HMAC
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
HMACSHA384 ( ) : System
HMACSHA384 ( byte key ) : System
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int ib, int cb ) : void
HashFinal ( ) : byte[]

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HMACSHA384() public method

public HMACSHA384 ( ) : System
return System

HMACSHA384() public method

public HMACSHA384 ( byte key ) : System
key byte
return System

HashCore() protected method

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

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void