Tpm2Lib.Tpm2NvReadPublicResponse.Copy C# (CSharp) Method

Copy() public method

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