AaltoTLS.PluginInterface.MACAlgorithm.CreateHasher C# (CSharp) Méthode

CreateHasher() public abstract méthode

public abstract CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
Résultat System.Security.Cryptography.KeyedHashAlgorithm
        public abstract KeyedHashAlgorithm CreateHasher(byte[] key);