C# 클래스 Tpm2Lib.TpmPolicyCommand

This command indicates that the authorization will be limited to a specific command code.
상속: PolicyAce
파일 보기 프로젝트 열기: Microsoft/TSS.MSR

공개 메소드들

메소드 설명
TpmPolicyCommand ( ) : System
TpmPolicyCommand ( TpmCc commandCode, string branchName = "" ) : System

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

비공개 메소드들

메소드 설명
Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc
GetPolicyDigest ( TpmAlgId hashAlg ) : TpmHash

메소드 상세

TpmPolicyCommand() 공개 메소드

public TpmPolicyCommand ( ) : System
리턴 System

TpmPolicyCommand() 공개 메소드

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
리턴 System