C# 클래스 Tpm2Lib.Tpm2PolicyPCRRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PolicyPCRRequest
Tpm2PolicyPCRRequest ( ) : System
Tpm2PolicyPCRRequest ( Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest ) : System
Tpm2PolicyPCRRequest ( TpmHandle the_policySession, byte the_pcrDigest, PcrSelection the_pcrs ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PolicyPCRRequest
리턴 Tpm2PolicyPCRRequest

Tpm2PolicyPCRRequest() 공개 메소드

public Tpm2PolicyPCRRequest ( ) : System
리턴 System

Tpm2PolicyPCRRequest() 공개 메소드

public Tpm2PolicyPCRRequest ( Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest ) : System
the_Tpm2PolicyPCRRequest Tpm2PolicyPCRRequest
리턴 System

Tpm2PolicyPCRRequest() 공개 메소드

public Tpm2PolicyPCRRequest ( TpmHandle the_policySession, byte the_pcrDigest, PcrSelection the_pcrs ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_pcrDigest byte expected digest value of the selected PCR using the hash algorithm of the session; may be zero length
the_pcrs PcrSelection the PCR to include in the check digest
리턴 System