C# Класс Tpm2Lib.Tpm2RewrapRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2RewrapRequest
Tpm2RewrapRequest ( ) : System
Tpm2RewrapRequest ( Tpm2RewrapRequest the_Tpm2RewrapRequest ) : System
Tpm2RewrapRequest ( TpmHandle the_oldParent, TpmHandle the_newParent, TpmPrivate the_inDuplicate, byte the_name, byte the_inSymSeed ) : System

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

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

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

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

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

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

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

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

public Tpm2RewrapRequest ( TpmHandle the_oldParent, TpmHandle the_newParent, TpmPrivate the_inDuplicate, byte the_name, byte the_inSymSeed ) : System
the_oldParent TpmHandle parent of object Auth Index: 1 Auth Role: User
the_newParent TpmHandle new parent of the object Auth Index: None
the_inDuplicate TpmPrivate an object encrypted using symmetric key derived from inSymSeed
the_name byte the Name of the object being rewrapped
the_inSymSeed byte the seed for the symmetric key and HMAC key needs oldParent private key to recover the seed and generate the symmetric key
Результат System