C# 클래스 Tpm2Lib.PcrValueCollection

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

공개 프로퍼티들

프로퍼티 타입 설명
Values Tpm2Lib.PcrValue[]

공개 메소드들

메소드 설명
GetPcrSelectionArray ( ) : Tpm2Lib.PcrSelection[]
GetSelectionHash ( TpmAlgId hashAlg ) : TpmHash

Get the hash of the concatenation of the values in the array order defined by the PcrSelection[] returned from GetPcrSelectionArray.

GetSpecificValue ( TpmAlgId alg, uint pcrIndex ) : PcrValue
GetTpmlPcrSelection ( ) : PcrSelectionArray

Returns a TPML_PCR_SELECTION (PcrSelectionArray) suitable for marshalling

PcrValueCollection ( ) : System
PcrValueCollection ( PcrSelection pcrSelection, Tpm2bDigest values ) : System
PcrValueCollection ( PcrValue oneVal ) : System

메소드 상세

GetPcrSelectionArray() 공개 메소드

public GetPcrSelectionArray ( ) : Tpm2Lib.PcrSelection[]
리턴 Tpm2Lib.PcrSelection[]

GetSelectionHash() 공개 메소드

Get the hash of the concatenation of the values in the array order defined by the PcrSelection[] returned from GetPcrSelectionArray.
public GetSelectionHash ( TpmAlgId hashAlg ) : TpmHash
hashAlg TpmAlgId
리턴 TpmHash

GetSpecificValue() 공개 메소드

public GetSpecificValue ( TpmAlgId alg, uint pcrIndex ) : PcrValue
alg TpmAlgId
pcrIndex uint
리턴 PcrValue

GetTpmlPcrSelection() 공개 메소드

Returns a TPML_PCR_SELECTION (PcrSelectionArray) suitable for marshalling
public GetTpmlPcrSelection ( ) : PcrSelectionArray
리턴 PcrSelectionArray

PcrValueCollection() 공개 메소드

public PcrValueCollection ( ) : System
리턴 System

PcrValueCollection() 공개 메소드

public PcrValueCollection ( PcrSelection pcrSelection, Tpm2bDigest values ) : System
pcrSelection PcrSelection
values Tpm2bDigest
리턴 System

PcrValueCollection() 공개 메소드

public PcrValueCollection ( PcrValue oneVal ) : System
oneVal PcrValue
리턴 System

프로퍼티 상세

Values 공개적으로 프로퍼티

public PcrValue[],Tpm2Lib Values
리턴 Tpm2Lib.PcrValue[]