C# Class Tpm2Lib.Tpm2ClearControlRequest

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2ClearControlRequest
Tpm2ClearControlRequest ( ) : System
Tpm2ClearControlRequest ( Tpm2ClearControlRequest the_Tpm2ClearControlRequest ) : System
Tpm2ClearControlRequest ( TpmHandle the_auth, byte the_disable ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2ClearControlRequest
Résultat Tpm2ClearControlRequest

Tpm2ClearControlRequest() public méthode

public Tpm2ClearControlRequest ( ) : System
Résultat System

Tpm2ClearControlRequest() public méthode

public Tpm2ClearControlRequest ( Tpm2ClearControlRequest the_Tpm2ClearControlRequest ) : System
the_Tpm2ClearControlRequest Tpm2ClearControlRequest
Résultat System

Tpm2ClearControlRequest() public méthode

public Tpm2ClearControlRequest ( TpmHandle the_auth, byte the_disable ) : System
the_auth TpmHandle TPM_RH_LOCKOUT or TPM_RH_PLATFORM+{PP} Auth Handle: 1 Auth Role: USER
the_disable byte YES if the disableOwnerClear flag is to be SET, NO if the flag is to be CLEAR.
Résultat System