C# 클래스 Tpm2Lib.KeyedhashParms

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : KeyedhashParms
GetUnionSelector ( ) : TpmAlgId
KeyedhashParms ( ) : System
KeyedhashParms ( ISchemeKeyedhashUnion the_scheme ) : System
KeyedhashParms ( KeyedhashParms the_KeyedhashParms ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : KeyedhashParms
리턴 KeyedhashParms

GetUnionSelector() 공개 메소드

public GetUnionSelector ( ) : TpmAlgId
리턴 TpmAlgId

KeyedhashParms() 공개 메소드

public KeyedhashParms ( ) : System
리턴 System

KeyedhashParms() 공개 메소드

public KeyedhashParms ( ISchemeKeyedhashUnion the_scheme ) : System
the_scheme ISchemeKeyedhashUnion Indicates the signing method used for a keyedHash signing object. This field also determines the size of the data field for a data object created with TPM2_Create() or TPM2_CreatePrimary().(One of SchemeHmac, SchemeXor, NullSchemeKeyedhash)
리턴 System

KeyedhashParms() 공개 메소드

public KeyedhashParms ( KeyedhashParms the_KeyedhashParms ) : System
the_KeyedhashParms KeyedhashParms
리턴 System