C# Class Tpm2Lib.Tpm2MakeCredentialRequest

Inheritance: TpmStructureBase
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2MakeCredentialRequest
Tpm2MakeCredentialRequest ( ) : System
Tpm2MakeCredentialRequest ( Tpm2MakeCredentialRequest the_Tpm2MakeCredentialRequest ) : System
Tpm2MakeCredentialRequest ( TpmHandle the_handle, byte the_credential, byte the_objectName ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2MakeCredentialRequest
return Tpm2MakeCredentialRequest

Tpm2MakeCredentialRequest() public method

public Tpm2MakeCredentialRequest ( ) : System
return System

Tpm2MakeCredentialRequest() public method

public Tpm2MakeCredentialRequest ( Tpm2MakeCredentialRequest the_Tpm2MakeCredentialRequest ) : System
the_Tpm2MakeCredentialRequest Tpm2MakeCredentialRequest
return System

Tpm2MakeCredentialRequest() public method

public Tpm2MakeCredentialRequest ( TpmHandle the_handle, byte the_credential, byte the_objectName ) : System
the_handle TpmHandle loaded public area, used to encrypt the sensitive area containing the credential key Auth Index: None
the_credential byte the credential information
the_objectName byte Name of the object to which the credential applies
return System