Tpm2Lib.SymDef.SymDef C# (CSharp) Method

SymDef() public method

public SymDef ( ) : System
return System
        public SymDef()
        {
            Algorithm = TpmAlgId.Null;
            KeyBits = 0;
            Mode = TpmAlgId.Null;
        }
        public SymDef(SymDef the_SymDef)

Same methods

SymDef::SymDef ( SymDef the_SymDef ) : System
SymDef::SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System
SymDef::SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System