Tpm2Lib.AlgProperty.AlgProperty C# (CSharp) Method

AlgProperty() public method

public AlgProperty ( ) : System
return System
        public AlgProperty()
        {
            alg = TpmAlgId.Null;
            algProperties = new AlgorithmAttr();
        }
        public AlgProperty(AlgProperty the_AlgProperty)

Same methods

AlgProperty::AlgProperty ( AlgProperty the_AlgProperty ) : System
AlgProperty::AlgProperty ( TpmAlgId the_alg, AlgorithmAttr the_algProperties ) : System