OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.MessageDigestSupport.EquivalentDigest Method 

Compares two arrays of signed bytes evaluating equivalence in digest data

public static bool EquivalentDigest(
   sbyte[] firstDigest,
   sbyte[] secondDigest
);

Parameters

firstDigest
An array of signed bytes for comparison
secondDigest
An array of signed bytes for comparison

Return Value

True if the input digest arrays are equal

See Also

SupportClass.MessageDigestSupport Class | (global) Namespace