Tpm2Lib.TpmPublic.TpmPublic C# (CSharp) 메소드

TpmPublic() 공개 메소드

public TpmPublic ( ) : System
리턴 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