프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MaxPcrs | ushort |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FinishInit | void | ||
Init | void |
메소드 | 설명 | |
---|---|---|
Clear ( |
||
Clone ( ) : |
||
Copy ( ) : |
||
FullPcrBank ( TpmAlgId hashAlg, uint pcrCount ) : |
||
FullPcrBanks ( IEnumerable |
||
GetSelectedPcrs ( ) : uint[] | ||
IsPcrSelected ( uint pcrNumber ) : bool | ||
NumPcrsSelected ( ) : int | ||
PcrSelection ( ) : System | ||
PcrSelection ( |
||
PcrSelection ( TpmAlgId hashAlg, IEnumerable |
||
PcrSelection ( TpmAlgId the_hash, byte the_pcrSelect ) : System | ||
PcrSelection ( TpmAlgId hashAlg, uint pcrCount ) : System | ||
SelectPcr ( uint pcrNumber ) : void | ||
SinglePcr ( TpmAlgId bank, uint index ) : |
||
SinglePcrArray ( TpmAlgId bank, int index ) : Tpm2Lib.PcrSelection[] | ||
SinglePcrArray ( TpmAlgId bank, uint index ) : Tpm2Lib.PcrSelection[] |
메소드 | 설명 | |
---|---|---|
FinishInit ( ) : void | ||
Init ( TpmAlgId hashAlg, uint maxPcrs ) : void |
public static FullPcrBank ( TpmAlgId hashAlg, uint pcrCount ) : |
||
hashAlg | TpmAlgId | |
pcrCount | uint | |
리턴 |
public static FullPcrBanks ( IEnumerable |
||
hashAlgs | IEnumerable |
|
pcrCount | uint | |
리턴 | Tpm2Lib.PcrSelection[] |
public PcrSelection ( |
||
the_PcrSelection | ||
리턴 | System |
public PcrSelection ( TpmAlgId hashAlg, IEnumerable |
||
hashAlg | TpmAlgId | |
indices | IEnumerable |
|
pcrCount | uint | |
리턴 | System |
public PcrSelection ( TpmAlgId the_hash, byte the_pcrSelect ) : System | ||
the_hash | TpmAlgId | the hash algorithm associated with the selection |
the_pcrSelect | byte | the bit map of selected PCR |
리턴 | System |
public PcrSelection ( TpmAlgId hashAlg, uint pcrCount ) : System | ||
hashAlg | TpmAlgId | |
pcrCount | uint | |
리턴 | System |
public static SinglePcr ( TpmAlgId bank, uint index ) : |
||
bank | TpmAlgId | |
index | uint | |
리턴 |
public static SinglePcrArray ( TpmAlgId bank, int index ) : Tpm2Lib.PcrSelection[] | ||
bank | TpmAlgId | |
index | int | |
리턴 | Tpm2Lib.PcrSelection[] |
public static SinglePcrArray ( TpmAlgId bank, uint index ) : Tpm2Lib.PcrSelection[] | ||
bank | TpmAlgId | |
index | uint | |
리턴 | Tpm2Lib.PcrSelection[] |