Tpm2Lib.Tpm2PpCommandsRequest.Copy C# (CSharp) Method

Copy() public method

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