C# Класс Tpm2Lib.IdObject

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

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

Метод Описание
Copy ( ) : IdObject
IdObject ( ) : System
IdObject ( IdObject the_IdObject ) : System
IdObject ( byte the_integrityHMAC, byte the_encIdentity ) : System

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

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

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

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

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

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

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

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

public IdObject ( byte the_integrityHMAC, byte the_encIdentity ) : System
the_integrityHMAC byte HMAC using the nameAlg of the storage key on the target TPM
the_encIdentity byte credential protector information returned if name matches the referenced object All of the encIdentity is encrypted, including the size field. NOTE The TPM is not required to check that the size is not larger than the digest of the nameAlg. However, if the size is larger, the ID object may not be usable on a TPM that has no digest larger than produced by nameAlg.
Результат System