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

Copy() 공개 메소드

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