Tpm2Lib.CreationData.CreationData C# (CSharp) Method

CreationData() public method

public CreationData ( ) : System
return System
        public CreationData()
        {
            pcrSelect = null;
            pcrDigest = null;
            locality = new LocalityAttr();
            parentNameAlg = TpmAlgId.Null;
            parentName = null;
            parentQualifiedName = null;
            outsideInfo = null;
        }
        public CreationData(CreationData the_CreationData)

Same methods

CreationData::CreationData ( CreationData the_CreationData ) : System
CreationData::CreationData ( PcrSelection the_pcrSelect, byte the_pcrDigest, LocalityAttr the_locality, TpmAlgId the_parentNameAlg, byte the_parentName, byte the_parentQualifiedName, byte the_outsideInfo ) : System