C# Class Tpm2Lib.Tpm2PolicyDuplicationSelectRequest

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Copy ( ) : Tpm2PolicyDuplicationSelectRequest
Résultat Tpm2PolicyDuplicationSelectRequest

Tpm2PolicyDuplicationSelectRequest() public méthode

public Tpm2PolicyDuplicationSelectRequest ( ) : System
Résultat System

Tpm2PolicyDuplicationSelectRequest() public méthode

public Tpm2PolicyDuplicationSelectRequest ( Tpm2PolicyDuplicationSelectRequest the_Tpm2PolicyDuplicationSelectRequest ) : System
the_Tpm2PolicyDuplicationSelectRequest Tpm2PolicyDuplicationSelectRequest
Résultat System

Tpm2PolicyDuplicationSelectRequest() public méthode

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
Résultat System