Tpm2Lib.Tpm2CertifyResponse.Copy C# (CSharp) Method

Copy() public method

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