C# Class Tpm2Lib.Tpm2CreateRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2CreateRequest
Tpm2CreateRequest ( ) : System
Tpm2CreateRequest ( Tpm2CreateRequest the_Tpm2CreateRequest ) : System
Tpm2CreateRequest ( TpmHandle the_parentHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2CreateRequest
return Tpm2CreateRequest

Tpm2CreateRequest() public method

public Tpm2CreateRequest ( ) : System
return System

Tpm2CreateRequest() public method

public Tpm2CreateRequest ( Tpm2CreateRequest the_Tpm2CreateRequest ) : System
the_Tpm2CreateRequest Tpm2CreateRequest
return System

Tpm2CreateRequest() public method

public Tpm2CreateRequest ( TpmHandle the_parentHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System
the_parentHandle TpmHandle handle of parent for new object Auth Index: 1 Auth Role: USER
the_inSensitive SensitiveCreate the sensitive data
the_inPublic byte the public template
the_outsideInfo byte data that will be included in the creation data for this object to provide permanent, verifiable linkage between this object and some object owner data
the_creationPCR PcrSelection PCR that will be used in creation data
return System