Tpm2Lib.Tpm2PcrAllocateResponse.Tpm2PcrAllocateResponse C# (CSharp) Method

Tpm2PcrAllocateResponse() public method

public Tpm2PcrAllocateResponse ( ) : System
return System
        public Tpm2PcrAllocateResponse()
        {
            allocationSuccess = 0;
            maxPCR = 0;
            sizeNeeded = 0;
            sizeAvailable = 0;
        }
        public Tpm2PcrAllocateResponse(Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse)

Same methods

Tpm2PcrAllocateResponse::Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System
Tpm2PcrAllocateResponse::Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System
Tpm2PcrAllocateResponse