Tpm2Lib.Tpm2SelfTestRequest.Copy C# (CSharp) 메소드

Copy() 공개 메소드

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