C# Class Tpm2Lib.Tpm2NvWriteLockRequest

Inheritance: TpmStructureBase
Exibir arquivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2NvWriteLockRequest
Tpm2NvWriteLockRequest ( ) : System
Tpm2NvWriteLockRequest ( Tpm2NvWriteLockRequest the_Tpm2NvWriteLockRequest ) : System
Tpm2NvWriteLockRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2NvWriteLockRequest
return Tpm2NvWriteLockRequest

Tpm2NvWriteLockRequest() public method

public Tpm2NvWriteLockRequest ( ) : System
return System

Tpm2NvWriteLockRequest() public method

public Tpm2NvWriteLockRequest ( Tpm2NvWriteLockRequest the_Tpm2NvWriteLockRequest ) : System
the_Tpm2NvWriteLockRequest Tpm2NvWriteLockRequest
return System

Tpm2NvWriteLockRequest() public method

public Tpm2NvWriteLockRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex ) : 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 lock Auth Index: None
return System