C# Class Tpm2Lib.Tpm2EvictControlRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2EvictControlRequest
Tpm2EvictControlRequest ( ) : System
Tpm2EvictControlRequest ( Tpm2EvictControlRequest the_Tpm2EvictControlRequest ) : System
Tpm2EvictControlRequest ( TpmHandle the_auth, TpmHandle the_objectHandle, TpmHandle the_persistentHandle ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2EvictControlRequest
return Tpm2EvictControlRequest

Tpm2EvictControlRequest() public method

public Tpm2EvictControlRequest ( ) : System
return System

Tpm2EvictControlRequest() public method

public Tpm2EvictControlRequest ( Tpm2EvictControlRequest the_Tpm2EvictControlRequest ) : System
the_Tpm2EvictControlRequest Tpm2EvictControlRequest
return System

Tpm2EvictControlRequest() public method

public Tpm2EvictControlRequest ( TpmHandle the_auth, TpmHandle the_objectHandle, TpmHandle the_persistentHandle ) : System
the_auth TpmHandle TPM_RH_OWNER or TPM_RH_PLATFORM+{PP} Auth Handle: 1 Auth Role: USER
the_objectHandle TpmHandle the handle of a loaded object Auth Index: None
the_persistentHandle TpmHandle if objectHandle is a transient object handle, then this is the persistent handle for the object if objectHandle is a persistent object handle, then it shall be the same value as persistentHandle
return System