C# Класс Tpm2Lib.Tpm2CommitRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2CommitRequest
Tpm2CommitRequest ( ) : System
Tpm2CommitRequest ( Tpm2CommitRequest the_Tpm2CommitRequest ) : System
Tpm2CommitRequest ( TpmHandle the_signHandle, EccPoint the_P1, byte the_s2, byte the_y2 ) : System

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

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

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

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

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

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

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

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

public Tpm2CommitRequest ( TpmHandle the_signHandle, EccPoint the_P1, byte the_s2, byte the_y2 ) : System
the_signHandle TpmHandle handle of the key that will be used in the signing operation Auth Index: 1 Auth Role: USER
the_P1 EccPoint a point (M) on the curve used by signHandle
the_s2 byte octet array used to derive x-coordinate of a base point
the_y2 byte y coordinate of the point associated with s2
Результат System