C# Class System.Security.Cryptography.HMACSHA1

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

Méthodes publiques

Méthode Description
HMACSHA1 ( ) : System.ComponentModel
HMACSHA1 ( byte key ) : System.ComponentModel
Initialize ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
HMACSHA1 ( byte key, bool useManagedSha1 ) : System.ComponentModel

Method Details

Dispose() protected méthode

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

HMACSHA1() public méthode

public HMACSHA1 ( ) : System.ComponentModel
Résultat System.ComponentModel

HMACSHA1() public méthode

public HMACSHA1 ( byte key ) : System.ComponentModel
key byte
Résultat System.ComponentModel

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