Tpm2Lib.PcrValueCollection.PcrValueCollection C# (CSharp) Метод

PcrValueCollection() публичный Метод

public PcrValueCollection ( ) : System
Результат System
        public PcrValueCollection()
        {
            Values = new PcrValue[0];
        }

Same methods

PcrValueCollection::PcrValueCollection ( PcrSelection pcrSelection, Tpm2bDigest values ) : System
PcrValueCollection::PcrValueCollection ( PcrValue oneVal ) : System