Tpm2Lib.Tpm2GetSessionAuditDigestResponse.Copy C# (CSharp) Method

Copy() public method

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