Tpm2Lib.Tpm2PolicySignedRequest.Tpm2PolicySignedRequest C# (CSharp) Method

Tpm2PolicySignedRequest() public method

public Tpm2PolicySignedRequest ( ) : System
return System
        public Tpm2PolicySignedRequest()
        {
            authObject = new TpmHandle();
            policySession = new TpmHandle();
            nonceTPM = null;
            cpHashA = null;
            policyRef = null;
            expiration = new int();
        }
        public Tpm2PolicySignedRequest(Tpm2PolicySignedRequest the_Tpm2PolicySignedRequest)

Same methods

Tpm2PolicySignedRequest::Tpm2PolicySignedRequest ( Tpm2PolicySignedRequest the_Tpm2PolicySignedRequest ) : System
Tpm2PolicySignedRequest::Tpm2PolicySignedRequest ( TpmHandle the_authObject, TpmHandle the_policySession, byte the_nonceTPM, byte the_cpHashA, byte the_policyRef, int the_expiration, ISignatureUnion the_auth ) : System
Tpm2PolicySignedRequest