C# Class Tpm2Lib.Tpm2ClearControlRequest

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2ClearControlRequest
Tpm2ClearControlRequest ( ) : System
Tpm2ClearControlRequest ( Tpm2ClearControlRequest the_Tpm2ClearControlRequest ) : System
Tpm2ClearControlRequest ( TpmHandle the_auth, byte the_disable ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2ClearControlRequest
return Tpm2ClearControlRequest

Tpm2ClearControlRequest() public method

public Tpm2ClearControlRequest ( ) : System
return System

Tpm2ClearControlRequest() public method

public Tpm2ClearControlRequest ( Tpm2ClearControlRequest the_Tpm2ClearControlRequest ) : System
the_Tpm2ClearControlRequest Tpm2ClearControlRequest
return System

Tpm2ClearControlRequest() public method

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.
return System