C# Class Tpm2Lib.Tpm2PolicyCommandCodeRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyCommandCodeRequest
Tpm2PolicyCommandCodeRequest ( ) : System
Tpm2PolicyCommandCodeRequest ( Tpm2PolicyCommandCodeRequest the_Tpm2PolicyCommandCodeRequest ) : System
Tpm2PolicyCommandCodeRequest ( TpmHandle the_policySession, TpmCc the_code ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyCommandCodeRequest
return Tpm2PolicyCommandCodeRequest

Tpm2PolicyCommandCodeRequest() public method

public Tpm2PolicyCommandCodeRequest ( ) : System
return System

Tpm2PolicyCommandCodeRequest() public method

public Tpm2PolicyCommandCodeRequest ( Tpm2PolicyCommandCodeRequest the_Tpm2PolicyCommandCodeRequest ) : System
the_Tpm2PolicyCommandCodeRequest Tpm2PolicyCommandCodeRequest
return System

Tpm2PolicyCommandCodeRequest() public method

public Tpm2PolicyCommandCodeRequest ( TpmHandle the_policySession, TpmCc the_code ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_code TpmCc the allowed commandCode
return System