Tpm2Lib.Tpm2CreatePrimaryRequest.Copy C# (CSharp) Method

Copy() public method

public Copy ( ) : Tpm2CreatePrimaryRequest
return Tpm2CreatePrimaryRequest
        new public Tpm2CreatePrimaryRequest Copy()
        {
            return Marshaller.FromTpmRepresentation<Tpm2CreatePrimaryRequest>(this.GetTpmRepresentation());
        }
    }
Tpm2CreatePrimaryRequest