C# Class Tpm2Lib.IdObject

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
Copy ( ) : IdObject
IdObject ( ) : System
IdObject ( IdObject the_IdObject ) : System
IdObject ( byte the_integrityHMAC, byte the_encIdentity ) : System

Method Details

Copy() public method

public Copy ( ) : IdObject
return IdObject

IdObject() public method

public IdObject ( ) : System
return System

IdObject() public method

public IdObject ( IdObject the_IdObject ) : System
the_IdObject IdObject
return System

IdObject() public method

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.
return System