C# 클래스 Tpm2Lib.Tpm2PcrSetAuthPolicyRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PcrSetAuthPolicyRequest
Tpm2PcrSetAuthPolicyRequest ( ) : System
Tpm2PcrSetAuthPolicyRequest ( Tpm2PcrSetAuthPolicyRequest the_Tpm2PcrSetAuthPolicyRequest ) : System
Tpm2PcrSetAuthPolicyRequest ( TpmHandle the_authHandle, byte the_authPolicy, TpmAlgId the_hashAlg, TpmHandle the_pcrNum ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PcrSetAuthPolicyRequest
리턴 Tpm2PcrSetAuthPolicyRequest

Tpm2PcrSetAuthPolicyRequest() 공개 메소드

public Tpm2PcrSetAuthPolicyRequest ( ) : System
리턴 System

Tpm2PcrSetAuthPolicyRequest() 공개 메소드

public Tpm2PcrSetAuthPolicyRequest ( Tpm2PcrSetAuthPolicyRequest the_Tpm2PcrSetAuthPolicyRequest ) : System
the_Tpm2PcrSetAuthPolicyRequest Tpm2PcrSetAuthPolicyRequest
리턴 System

Tpm2PcrSetAuthPolicyRequest() 공개 메소드

public Tpm2PcrSetAuthPolicyRequest ( TpmHandle the_authHandle, byte the_authPolicy, TpmAlgId the_hashAlg, TpmHandle the_pcrNum ) : System
the_authHandle TpmHandle TPM_RH_PLATFORM+{PP} Auth Index: 1 Auth Role: USER
the_authPolicy byte the desired authPolicy
the_hashAlg TpmAlgId the hash algorithm of the policy
the_pcrNum TpmHandle the PCR for which the policy is to be set
리턴 System