C# 클래스 Tpm2Lib.Tpm2RewrapRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2RewrapRequest
Tpm2RewrapRequest ( ) : System
Tpm2RewrapRequest ( Tpm2RewrapRequest the_Tpm2RewrapRequest ) : System
Tpm2RewrapRequest ( TpmHandle the_oldParent, TpmHandle the_newParent, TpmPrivate the_inDuplicate, byte the_name, byte the_inSymSeed ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2RewrapRequest
리턴 Tpm2RewrapRequest

Tpm2RewrapRequest() 공개 메소드

public Tpm2RewrapRequest ( ) : System
리턴 System

Tpm2RewrapRequest() 공개 메소드

public Tpm2RewrapRequest ( Tpm2RewrapRequest the_Tpm2RewrapRequest ) : System
the_Tpm2RewrapRequest Tpm2RewrapRequest
리턴 System

Tpm2RewrapRequest() 공개 메소드

public Tpm2RewrapRequest ( TpmHandle the_oldParent, TpmHandle the_newParent, TpmPrivate the_inDuplicate, byte the_name, byte the_inSymSeed ) : System
the_oldParent TpmHandle parent of object Auth Index: 1 Auth Role: User
the_newParent TpmHandle new parent of the object Auth Index: None
the_inDuplicate TpmPrivate an object encrypted using symmetric key derived from inSymSeed
the_name byte the Name of the object being rewrapped
the_inSymSeed byte the seed for the symmetric key and HMAC key needs oldParent private key to recover the seed and generate the symmetric key
리턴 System