C# 클래스 Tpm2Lib.SchemeEcdaa

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : SchemeEcdaa
GetUnionSelector ( ) : TpmAlgId
SchemeEcdaa ( ) : System
SchemeEcdaa ( SchemeEcdaa the_SchemeEcdaa ) : System
SchemeEcdaa ( TpmAlgId the_hashAlg, ushort the_count ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : SchemeEcdaa
리턴 SchemeEcdaa

GetUnionSelector() 공개 메소드

public GetUnionSelector ( ) : TpmAlgId
리턴 TpmAlgId

SchemeEcdaa() 공개 메소드

public SchemeEcdaa ( ) : System
리턴 System

SchemeEcdaa() 공개 메소드

public SchemeEcdaa ( SchemeEcdaa the_SchemeEcdaa ) : System
the_SchemeEcdaa SchemeEcdaa
리턴 System

SchemeEcdaa() 공개 메소드

public SchemeEcdaa ( TpmAlgId the_hashAlg, ushort the_count ) : System
the_hashAlg TpmAlgId the hash algorithm used to digest the message
the_count ushort the counter value that is used between TPM2_Commit() and the sign operation
리턴 System