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