Свойство | Type | Description | |
---|---|---|---|
MaxPcrs | ushort |
Свойство | Type | Description | |
---|---|---|---|
FinishInit | void | ||
Init | void |
Méthode | Description | |
---|---|---|
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[] |
Méthode | Description | |
---|---|---|
FinishInit ( ) : void | ||
Init ( TpmAlgId hashAlg, uint maxPcrs ) : void |
public static FullPcrBank ( TpmAlgId hashAlg, uint pcrCount ) : |
||
hashAlg | TpmAlgId | |
pcrCount | uint | |
Résultat |
public static FullPcrBanks ( IEnumerable |
||
hashAlgs | IEnumerable |
|
pcrCount | uint | |
Résultat | Tpm2Lib.PcrSelection[] |
public IsPcrSelected ( uint pcrNumber ) : bool | ||
pcrNumber | uint | |
Résultat | bool |
public PcrSelection ( |
||
the_PcrSelection | ||
Résultat | System |
public PcrSelection ( TpmAlgId hashAlg, IEnumerable |
||
hashAlg | TpmAlgId | |
indices | IEnumerable |
|
pcrCount | uint | |
Résultat | 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 |
Résultat | System |
public PcrSelection ( TpmAlgId hashAlg, uint pcrCount ) : System | ||
hashAlg | TpmAlgId | |
pcrCount | uint | |
Résultat | System |
public static SinglePcr ( TpmAlgId bank, uint index ) : |
||
bank | TpmAlgId | |
index | uint | |
Résultat |
public static SinglePcrArray ( TpmAlgId bank, int index ) : Tpm2Lib.PcrSelection[] | ||
bank | TpmAlgId | |
index | int | |
Résultat | Tpm2Lib.PcrSelection[] |
public static SinglePcrArray ( TpmAlgId bank, uint index ) : Tpm2Lib.PcrSelection[] | ||
bank | TpmAlgId | |
index | uint | |
Résultat | Tpm2Lib.PcrSelection[] |