Tpm2Lib.Tpm2CreatePrimaryRequest.Tpm2CreatePrimaryRequest C# (CSharp) Method

Tpm2CreatePrimaryRequest() public method

public Tpm2CreatePrimaryRequest ( ) : System
return System
        public Tpm2CreatePrimaryRequest()
        {
            primaryHandle = new TpmHandle();
            inSensitive = new SensitiveCreate();
            inPublic = null;
            outsideInfo = null;
            creationPCR = null;
        }
        public Tpm2CreatePrimaryRequest(Tpm2CreatePrimaryRequest the_Tpm2CreatePrimaryRequest)

Same methods

Tpm2CreatePrimaryRequest::Tpm2CreatePrimaryRequest ( Tpm2CreatePrimaryRequest the_Tpm2CreatePrimaryRequest ) : System
Tpm2CreatePrimaryRequest::Tpm2CreatePrimaryRequest ( TpmHandle the_primaryHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System
Tpm2CreatePrimaryRequest