C# 클래스 Tpm2Lib.Tpm2CommitRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2CommitRequest
Tpm2CommitRequest ( ) : System
Tpm2CommitRequest ( Tpm2CommitRequest the_Tpm2CommitRequest ) : System
Tpm2CommitRequest ( TpmHandle the_signHandle, EccPoint the_P1, byte the_s2, byte the_y2 ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2CommitRequest
리턴 Tpm2CommitRequest

Tpm2CommitRequest() 공개 메소드

public Tpm2CommitRequest ( ) : System
리턴 System

Tpm2CommitRequest() 공개 메소드

public Tpm2CommitRequest ( Tpm2CommitRequest the_Tpm2CommitRequest ) : System
the_Tpm2CommitRequest Tpm2CommitRequest
리턴 System

Tpm2CommitRequest() 공개 메소드

public Tpm2CommitRequest ( TpmHandle the_signHandle, EccPoint the_P1, byte the_s2, byte the_y2 ) : System
the_signHandle TpmHandle handle of the key that will be used in the signing operation Auth Index: 1 Auth Role: USER
the_P1 EccPoint a point (M) on the curve used by signHandle
the_s2 byte octet array used to derive x-coordinate of a base point
the_y2 byte y coordinate of the point associated with s2
리턴 System