C# Class GSF.Security.HMAC

Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
Compute ( IDigest hash, byte key, byte data ) : byte[]
Compute ( IDigest hash, byte key, byte data, int position, int length ) : byte[]

Method Details

Compute() public static méthode

public static Compute ( IDigest hash, byte key, byte data ) : byte[]
hash IDigest
key byte
data byte
Résultat byte[]

Compute() public static méthode

public static Compute ( IDigest hash, byte key, byte data, int position, int length ) : byte[]
hash IDigest
key byte
data byte
position int
length int
Résultat byte[]