C# 클래스 Tpm2Lib.Tpm2CreatePrimaryRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2CreatePrimaryRequest
Tpm2CreatePrimaryRequest ( ) : System
Tpm2CreatePrimaryRequest ( Tpm2CreatePrimaryRequest the_Tpm2CreatePrimaryRequest ) : System
Tpm2CreatePrimaryRequest ( TpmHandle the_primaryHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2CreatePrimaryRequest
리턴 Tpm2CreatePrimaryRequest

Tpm2CreatePrimaryRequest() 공개 메소드

public Tpm2CreatePrimaryRequest ( ) : System
리턴 System

Tpm2CreatePrimaryRequest() 공개 메소드

public Tpm2CreatePrimaryRequest ( Tpm2CreatePrimaryRequest the_Tpm2CreatePrimaryRequest ) : System
the_Tpm2CreatePrimaryRequest Tpm2CreatePrimaryRequest
리턴 System

Tpm2CreatePrimaryRequest() 공개 메소드

public Tpm2CreatePrimaryRequest ( TpmHandle the_primaryHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System
the_primaryHandle TpmHandle TPM_RH_ENDORSEMENT, TPM_RH_OWNER, TPM_RH_PLATFORM+{PP}, or TPM_RH_NULL Auth Index: 1 Auth Role: USER
the_inSensitive SensitiveCreate the sensitive data, see TPM 2.0 Part 1 Sensitive Values
the_inPublic byte the public template
the_outsideInfo byte data that will be included in the creation data for this object to provide permanent, verifiable linkage between this object and some object owner data
the_creationPCR PcrSelection PCR that will be used in creation data
리턴 System