C# Class Tpm2Lib.Tpm2PolicyAuthorizeNVRequest

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2PolicyAuthorizeNVRequest
Tpm2PolicyAuthorizeNVRequest ( ) : System
Tpm2PolicyAuthorizeNVRequest ( Tpm2PolicyAuthorizeNVRequest the_Tpm2PolicyAuthorizeNVRequest ) : System
Tpm2PolicyAuthorizeNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2PolicyAuthorizeNVRequest
Résultat Tpm2PolicyAuthorizeNVRequest

Tpm2PolicyAuthorizeNVRequest() public méthode

public Tpm2PolicyAuthorizeNVRequest ( ) : System
Résultat System

Tpm2PolicyAuthorizeNVRequest() public méthode

public Tpm2PolicyAuthorizeNVRequest ( Tpm2PolicyAuthorizeNVRequest the_Tpm2PolicyAuthorizeNVRequest ) : System
the_Tpm2PolicyAuthorizeNVRequest Tpm2PolicyAuthorizeNVRequest
Résultat System

Tpm2PolicyAuthorizeNVRequest() public méthode

public Tpm2PolicyAuthorizeNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession ) : System
the_authHandle TpmHandle handle indicating the source of the authorization value Auth Index: 1 Auth Role: USER
the_nvIndex TpmHandle the NV Index of the area to read Auth Index: None
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
Résultat System