Tpm2Lib.PcrValueCollection.GetTpmlPcrSelection C# (CSharp) Method

GetTpmlPcrSelection() public method

Returns a TPML_PCR_SELECTION (PcrSelectionArray) suitable for marshalling
public GetTpmlPcrSelection ( ) : PcrSelectionArray
return PcrSelectionArray
        public PcrSelectionArray GetTpmlPcrSelection()
        {
            var sel = new PcrSelectionArray(GetPcrSelectionArray());
            return sel;
        }