Tpm2Lib.Attest.Attest C# (CSharp) Method

Attest() public method

public Attest ( ) : System
return System
        public Attest()
        {
            magic = new Generated();
            qualifiedSigner = null;
            extraData = null;
            clockInfo = new ClockInfo();
            firmwareVersion = new ulong();
        }
        public Attest(Attest the_Attest)

Same methods

Attest::Attest ( Attest the_Attest ) : System
Attest::Attest ( Generated the_magic, byte the_qualifiedSigner, byte the_extraData, ClockInfo the_clockInfo, ulong the_firmwareVersion, IAttestUnion the_attested ) : System