C# Class Tpm2Lib.TpmPolicyPhysicalPresence

This command indicates that physical presence will need to be asserted at the time the authorization is performed.
Inheritance: PolicyAce
ファイルを表示 Open project: Microsoft/TSS.MSR

Public Methods

Method Description
TpmPolicyPhysicalPresence ( ) : System
TpmPolicyPhysicalPresence ( string branchName = "" ) : System

This command indicates that physical presence will need to be asserted at the time the authorization is performed.

Private Methods

Method Description
Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc
GetPolicyDigest ( TpmAlgId hashAlg ) : TpmHash

Method Details

TpmPolicyPhysicalPresence() public method

public TpmPolicyPhysicalPresence ( ) : System
return System

TpmPolicyPhysicalPresence() public method

This command indicates that physical presence will need to be asserted at the time the authorization is performed.
public TpmPolicyPhysicalPresence ( string branchName = "" ) : System
branchName string
return System