C# Class Tpm2Lib.IdObject

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( ) : IdObject
IdObject ( ) : System
IdObject ( IdObject the_IdObject ) : System
IdObject ( byte the_integrityHMAC, byte the_encIdentity ) : System

Method Details

Copy() public méthode

public Copy ( ) : IdObject
Résultat IdObject

IdObject() public méthode

public IdObject ( ) : System
Résultat System

IdObject() public méthode

public IdObject ( IdObject the_IdObject ) : System
the_IdObject IdObject
Résultat System

IdObject() public méthode

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.
Résultat System