C# Класс Tpm2Lib.Sensitive

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

Private Properties

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

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

Метод Описание
Copy ( ) : Sensitive
Sensitive ( ) : System
Sensitive ( Sensitive the_Sensitive ) : System
Sensitive ( byte the_authValue, byte the_seedValue, ISensitiveCompositeUnion the_sensitive ) : System

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

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

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

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

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

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

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

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

public Sensitive ( byte the_authValue, byte the_seedValue, ISensitiveCompositeUnion the_sensitive ) : System
the_authValue byte user authorization data The authValue may be a zero-length string. This value shall not be larger than the size of the digest produced by the nameAlg of the object.
the_seedValue byte for a parent object, the optional protection seed; for other objects, the obfuscation value This value shall not be larger than the size of the digest produced by nameAlg of the object.
the_sensitive ISensitiveCompositeUnion the type-specific private data(One of Tpm2bPrivateKeyRsa, Tpm2bEccParameter, Tpm2bSensitiveData, Tpm2bSymKey, Tpm2bPrivateVendorSpecific)
Результат System