AaltoTLS.PluginInterface.KeyExchangeAlgorithmNull.GetMasterSecret C# (CSharp) Méthode

GetMasterSecret() public méthode

public GetMasterSecret ( PseudoRandomFunction prf, byte seed ) : byte[]
prf PseudoRandomFunction
seed byte
Résultat byte[]
        public override byte[] GetMasterSecret(PseudoRandomFunction prf, byte[] seed)
        {
            throw new Exception("Master secret requested for null key exchange");
        }