C# 클래스 Tpm2Lib.Tpm2DuplicateRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2DuplicateRequest
Tpm2DuplicateRequest ( ) : System
Tpm2DuplicateRequest ( Tpm2DuplicateRequest the_Tpm2DuplicateRequest ) : System
Tpm2DuplicateRequest ( TpmHandle the_objectHandle, TpmHandle the_newParentHandle, byte the_encryptionKeyIn, SymDefObject the_symmetricAlg ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2DuplicateRequest
리턴 Tpm2DuplicateRequest

Tpm2DuplicateRequest() 공개 메소드

public Tpm2DuplicateRequest ( ) : System
리턴 System

Tpm2DuplicateRequest() 공개 메소드

public Tpm2DuplicateRequest ( Tpm2DuplicateRequest the_Tpm2DuplicateRequest ) : System
the_Tpm2DuplicateRequest Tpm2DuplicateRequest
리턴 System

Tpm2DuplicateRequest() 공개 메소드

public Tpm2DuplicateRequest ( TpmHandle the_objectHandle, TpmHandle the_newParentHandle, byte the_encryptionKeyIn, SymDefObject the_symmetricAlg ) : System
the_objectHandle TpmHandle loaded object to duplicate Auth Index: 1 Auth Role: DUP
the_newParentHandle TpmHandle shall reference the public area of an asymmetric key Auth Index: None
the_encryptionKeyIn byte optional symmetric encryption key The size for this key is set to zero when the TPM is to generate the key. This parameter may be encrypted.
the_symmetricAlg SymDefObject definition for the symmetric algorithm to be used for the inner wrapper may be TPM_ALG_NULL if no inner wrapper is applied
리턴 System