Tpm2Lib.Tpm2PcrAllocateRequest.Copy C# (CSharp) Method

Copy() public method

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