Tpm2Lib.Tpm2PcrAllocateResponse.Copy C# (CSharp) Method

Copy() public method

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