Tpm2Lib.TpmHash.TpmHash C# (CSharp) Method

TpmHash() public method

Create a new TpmHash with no associated hash algorithm (generally this should only be used prior to object de-serialization)
public TpmHash ( ) : System
return System
        public TpmHash()
        {
            HashAlg = TpmAlgId.Null;
        }

Same methods

TpmHash::TpmHash ( TpmAlgId hashAlgId ) : System
TpmHash::TpmHash ( TpmAlgId hashAlg, byte digest ) : System
TpmHash::TpmHash ( byte digest ) : System