C# Class Tpm2Lib.Tpm2PolicyPCRRequest

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2PolicyPCRRequest
Tpm2PolicyPCRRequest ( ) : System
Tpm2PolicyPCRRequest ( Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest ) : System
Tpm2PolicyPCRRequest ( TpmHandle the_policySession, byte the_pcrDigest, PcrSelection the_pcrs ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2PolicyPCRRequest
Résultat Tpm2PolicyPCRRequest

Tpm2PolicyPCRRequest() public méthode

public Tpm2PolicyPCRRequest ( ) : System
Résultat System

Tpm2PolicyPCRRequest() public méthode

public Tpm2PolicyPCRRequest ( Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest ) : System
the_Tpm2PolicyPCRRequest Tpm2PolicyPCRRequest
Résultat System

Tpm2PolicyPCRRequest() public méthode

public Tpm2PolicyPCRRequest ( TpmHandle the_policySession, byte the_pcrDigest, PcrSelection the_pcrs ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_pcrDigest byte expected digest value of the selected PCR using the hash algorithm of the session; may be zero length
the_pcrs PcrSelection the PCR to include in the check digest
Résultat System