C# Class Tpm2Lib.Tpm2PolicyDuplicationSelectRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyDuplicationSelectRequest
Tpm2PolicyDuplicationSelectRequest ( ) : System
Tpm2PolicyDuplicationSelectRequest ( Tpm2PolicyDuplicationSelectRequest the_Tpm2PolicyDuplicationSelectRequest ) : System
Tpm2PolicyDuplicationSelectRequest ( TpmHandle the_policySession, byte the_objectName, byte the_newParentName, byte the_includeObject ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyDuplicationSelectRequest
return Tpm2PolicyDuplicationSelectRequest

Tpm2PolicyDuplicationSelectRequest() public method

public Tpm2PolicyDuplicationSelectRequest ( ) : System
return System

Tpm2PolicyDuplicationSelectRequest() public method

public Tpm2PolicyDuplicationSelectRequest ( Tpm2PolicyDuplicationSelectRequest the_Tpm2PolicyDuplicationSelectRequest ) : System
the_Tpm2PolicyDuplicationSelectRequest Tpm2PolicyDuplicationSelectRequest
return System

Tpm2PolicyDuplicationSelectRequest() public method

public Tpm2PolicyDuplicationSelectRequest ( TpmHandle the_policySession, byte the_objectName, byte the_newParentName, byte the_includeObject ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_objectName byte the Name of the object to be duplicated
the_newParentName byte the Name of the new parent
the_includeObject byte if YES, the objectName will be included in the value in policySessionpolicyDigest
return System