C# Class Tpm2Lib.TpmPolicyLocality

Inheritance: PolicyAce
Mostrar archivo Open project: Microsoft/TSS.MSR

Public Methods

Method Description
TpmPolicyLocality ( ) : System
TpmPolicyLocality ( LocalityAttr loc, string branchName = "" ) : System

This command indicates that the authorization will be limited to a specific locality

Private Methods

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

Method Details

TpmPolicyLocality() public method

public TpmPolicyLocality ( ) : System
return System

TpmPolicyLocality() public method

This command indicates that the authorization will be limited to a specific locality
public TpmPolicyLocality ( LocalityAttr loc, string branchName = "" ) : System
loc LocalityAttr
branchName string
return System