Tpm2Lib.Tpm2bDigest.Copy C# (CSharp) Method

Copy() public method

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