C# Класс Tpm2Lib.Tpm2PolicyDuplicationSelectRequest

Наследование: TpmStructureBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Copy ( ) : Tpm2PolicyDuplicationSelectRequest
Tpm2PolicyDuplicationSelectRequest ( ) : System
Tpm2PolicyDuplicationSelectRequest ( Tpm2PolicyDuplicationSelectRequest the_Tpm2PolicyDuplicationSelectRequest ) : System
Tpm2PolicyDuplicationSelectRequest ( TpmHandle the_policySession, byte the_objectName, byte the_newParentName, byte the_includeObject ) : System

Описание методов

Copy() публичный Метод

public Copy ( ) : Tpm2PolicyDuplicationSelectRequest
Результат Tpm2PolicyDuplicationSelectRequest

Tpm2PolicyDuplicationSelectRequest() публичный Метод

public Tpm2PolicyDuplicationSelectRequest ( ) : System
Результат System

Tpm2PolicyDuplicationSelectRequest() публичный Метод

public Tpm2PolicyDuplicationSelectRequest ( Tpm2PolicyDuplicationSelectRequest the_Tpm2PolicyDuplicationSelectRequest ) : System
the_Tpm2PolicyDuplicationSelectRequest Tpm2PolicyDuplicationSelectRequest
Результат System

Tpm2PolicyDuplicationSelectRequest() публичный Метод

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
Результат System