Tpm2Lib.TpmPublic.TpmPublic C# (CSharp) Method

TpmPublic() public method

public TpmPublic ( ) : System
return System
        public TpmPublic()
        {
            nameAlg = TpmAlgId.Null;
            objectAttributes = new ObjectAttr();
            authPolicy = null;
        }
        public TpmPublic(TpmPublic the_TpmPublic)

Same methods

TpmPublic::TpmPublic ( TpmAlgId the_nameAlg, ObjectAttr the_objectAttributes, byte the_authPolicy, IPublicParmsUnion the_parameters, IPublicIdUnion the_unique ) : System
TpmPublic::TpmPublic ( TpmPublic the_TpmPublic ) : System