C# Class System.Security.Cryptography.HMAC

Inheritance: KeyedHashAlgorithm
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Create ( ) : HMAC
Create ( string algorithmName ) : HMAC
Initialize ( ) : void

Protected Methods

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

Method Details

Create() public static method

public static Create ( ) : HMAC
return HMAC

Create() public static method

public static Create ( string algorithmName ) : HMAC
algorithmName string
return HMAC

Dispose() protected method

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

HMAC() protected method

protected HMAC ( )

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