C# Class System.Security.Cryptography.HMAC

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

Méthodes publiques

Méthode Description
Create ( ) : HMAC
Create ( string algorithmName ) : HMAC
Initialize ( ) : void

Méthodes protégées

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

Method Details

Create() public static méthode

public static Create ( ) : HMAC
Résultat HMAC

Create() public static méthode

public static Create ( string algorithmName ) : HMAC
algorithmName string
Résultat HMAC

Dispose() protected méthode

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

HMAC() protected méthode

protected HMAC ( )

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