C# Class Tpm2Lib.TpmPolicyCommand

This command indicates that the authorization will be limited to a specific command code.
Inheritance: PolicyAce
Afficher le fichier Open project: Microsoft/TSS.MSR

Méthodes publiques

Méthode Description
TpmPolicyCommand ( ) : System
TpmPolicyCommand ( TpmCc commandCode, string branchName = "" ) : System

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

Private Methods

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

Method Details

TpmPolicyCommand() public méthode

public TpmPolicyCommand ( ) : System
Résultat System

TpmPolicyCommand() public méthode

This command indicates that the authorization will be limited to a specific command code.
public TpmPolicyCommand ( TpmCc commandCode, string branchName = "" ) : System
commandCode TpmCc
branchName string
Résultat System