C# Class System.Security.Cryptography.HMACSHA384

Inheritance: HMAC
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
HMACSHA384 ( ) : System
HMACSHA384 ( byte key ) : System
Initialize ( ) : void

Méthodes protégées

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HMACSHA384() public méthode

public HMACSHA384 ( ) : System
Résultat System

HMACSHA384() public méthode

public HMACSHA384 ( byte key ) : System
key byte
Résultat System

HashCore() protected méthode

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void