C# 클래스 Tpm2Lib.Tpm2ZGen2PhaseRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2ZGen2PhaseRequest
Tpm2ZGen2PhaseRequest ( ) : System
Tpm2ZGen2PhaseRequest ( Tpm2ZGen2PhaseRequest the_Tpm2ZGen2PhaseRequest ) : System
Tpm2ZGen2PhaseRequest ( TpmHandle the_keyA, EccPoint the_inQsB, EccPoint the_inQeB, TpmAlgId the_inScheme, ushort the_counter ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2ZGen2PhaseRequest
리턴 Tpm2ZGen2PhaseRequest

Tpm2ZGen2PhaseRequest() 공개 메소드

public Tpm2ZGen2PhaseRequest ( ) : System
리턴 System

Tpm2ZGen2PhaseRequest() 공개 메소드

public Tpm2ZGen2PhaseRequest ( Tpm2ZGen2PhaseRequest the_Tpm2ZGen2PhaseRequest ) : System
the_Tpm2ZGen2PhaseRequest Tpm2ZGen2PhaseRequest
리턴 System

Tpm2ZGen2PhaseRequest() 공개 메소드

public Tpm2ZGen2PhaseRequest ( TpmHandle the_keyA, EccPoint the_inQsB, EccPoint the_inQeB, TpmAlgId the_inScheme, ushort the_counter ) : System
the_keyA TpmHandle handle of an unrestricted decryption key ECC The private key referenced by this handle is used as dS,A Auth Index: 1 Auth Role: USER
the_inQsB EccPoint other partys static public key (Qs,B = (Xs,B, Ys,B))
the_inQeB EccPoint other party's ephemeral public key (Qe,B = (Xe,B, Ye,B))
the_inScheme TpmAlgId the key exchange scheme
the_counter ushort value returned by TPM2_EC_Ephemeral()
리턴 System