AaltoTLS.PluginInterface.MACAlgorithm.CreateHasher C# (CSharp) 메소드

CreateHasher() 공개 추상적인 메소드

public abstract CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
리턴 System.Security.Cryptography.KeyedHashAlgorithm
        public abstract KeyedHashAlgorithm CreateHasher(byte[] key);