Tpm2Lib.Tpm2ReadPublicResponse.Copy C# (CSharp) Method

Copy() public method

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