C# 클래스 Tpm2Lib.IdObject

상속: TpmStructureBase
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

공개 메소드들

메소드 설명
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