Tpm2Lib.Tpm2PolicyPCRRequest.Tpm2PolicyPCRRequest C# (CSharp) Method

Tpm2PolicyPCRRequest() public method

public Tpm2PolicyPCRRequest ( ) : System
return System
        public Tpm2PolicyPCRRequest()
        {
            policySession = new TpmHandle();
            pcrDigest = null;
            pcrs = null;
        }
        public Tpm2PolicyPCRRequest(Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest)

Same methods

Tpm2PolicyPCRRequest::Tpm2PolicyPCRRequest ( Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest ) : System
Tpm2PolicyPCRRequest::Tpm2PolicyPCRRequest ( TpmHandle the_policySession, byte the_pcrDigest, PcrSelection the_pcrs ) : System
Tpm2PolicyPCRRequest