Tpm2Lib.Tbs.TbsContext.AssertPhysicalPresence C# (CSharp) Method

AssertPhysicalPresence() public method

public AssertPhysicalPresence ( bool assertPhysicalPresence ) : void
assertPhysicalPresence bool
return void
            public override void AssertPhysicalPresence(bool assertPhysicalPresence)
            {
                throw new NotImplementedException("Device does not suport PP");
            }
        }