C# Class Tpm2Lib.TpmPolicyNV

This command is used to cause conditional gating of a policy based on the contents of an NV Index.
Inheritance: PolicyAce
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Méthodes publiques

Свойство Type Description
IndexName byte[]
Offset ushort
OperandB byte[]
Operation Eo

Méthodes publiques

Méthode Description
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

Private Methods

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

Method Details

TpmPolicyNV() public méthode

public TpmPolicyNV ( ) : System
Résultat System

TpmPolicyNV() public méthode

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
Résultat System

TpmPolicyNV() public méthode

public TpmPolicyNV ( byte nvIndexName, byte operandB, ushort offset, Eo operation ) : System
nvIndexName byte
operandB byte
offset ushort
operation Eo
Résultat System

Property Details

IndexName public_oe property

public byte[] IndexName
Résultat byte[]

Offset public_oe property

public ushort Offset
Résultat ushort

OperandB public_oe property

public byte[] OperandB
Résultat byte[]

Operation public_oe property

public Eo Operation
Résultat Eo