C# 클래스 Tpm2Lib.Tpm2EcdhKeyGenResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2EcdhKeyGenResponse
Tpm2EcdhKeyGenResponse ( ) : System
Tpm2EcdhKeyGenResponse ( EccPoint the_zPoint, EccPoint the_pubPoint ) : System
Tpm2EcdhKeyGenResponse ( Tpm2EcdhKeyGenResponse the_Tpm2EcdhKeyGenResponse ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2EcdhKeyGenResponse
리턴 Tpm2EcdhKeyGenResponse

Tpm2EcdhKeyGenResponse() 공개 메소드

public Tpm2EcdhKeyGenResponse ( ) : System
리턴 System

Tpm2EcdhKeyGenResponse() 공개 메소드

public Tpm2EcdhKeyGenResponse ( EccPoint the_zPoint, EccPoint the_pubPoint ) : System
the_zPoint EccPoint results of P h[de]Qs
the_pubPoint EccPoint generated ephemeral public point (Qe)
리턴 System

Tpm2EcdhKeyGenResponse() 공개 메소드

public Tpm2EcdhKeyGenResponse ( Tpm2EcdhKeyGenResponse the_Tpm2EcdhKeyGenResponse ) : System
the_Tpm2EcdhKeyGenResponse Tpm2EcdhKeyGenResponse
리턴 System