C# 클래스 Tpm2Lib.TpmPolicyNV

This command is used to cause conditional gating of a policy based on the contents of an NV Index.
상속: PolicyAce
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndexName byte[]
Offset ushort
OperandB byte[]
Operation Eo

공개 메소드들

메소드 설명
TpmPolicyNV ( ) : System
TpmPolicyNV ( TpmHandle authorizationHandle, byte nvAccessAuth, TpmHandle nvIndex, byte indexName, byte operandB, ushort offset, Eo operation, string branchName = "" ) : System

This command is used to cause conditional gating of a policy based on the contents of an NV Index.

TpmPolicyNV ( byte nvIndexName, byte operandB, ushort offset, Eo operation ) : System

비공개 메소드들

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

메소드 상세

TpmPolicyNV() 공개 메소드

public TpmPolicyNV ( ) : System
리턴 System

TpmPolicyNV() 공개 메소드

This command is used to cause conditional gating of a policy based on the contents of an NV Index.
public TpmPolicyNV ( TpmHandle authorizationHandle, byte nvAccessAuth, TpmHandle nvIndex, byte indexName, byte operandB, ushort offset, Eo operation, string branchName = "" ) : System
authorizationHandle TpmHandle
nvAccessAuth byte
nvIndex TpmHandle
indexName byte
operandB byte
offset ushort
operation Eo
branchName string
리턴 System

TpmPolicyNV() 공개 메소드

public TpmPolicyNV ( byte nvIndexName, byte operandB, ushort offset, Eo operation ) : System
nvIndexName byte
operandB byte
offset ushort
operation Eo
리턴 System

프로퍼티 상세

IndexName 공개적으로 프로퍼티

public byte[] IndexName
리턴 byte[]

Offset 공개적으로 프로퍼티

public ushort Offset
리턴 ushort

OperandB 공개적으로 프로퍼티

public byte[] OperandB
리턴 byte[]

Operation 공개적으로 프로퍼티

public Eo Operation
리턴 Eo