C# 클래스 Tpm2Lib.Tpm2SetPrimaryPolicyRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2SetPrimaryPolicyRequest
Tpm2SetPrimaryPolicyRequest ( ) : System
Tpm2SetPrimaryPolicyRequest ( Tpm2SetPrimaryPolicyRequest the_Tpm2SetPrimaryPolicyRequest ) : System
Tpm2SetPrimaryPolicyRequest ( TpmHandle the_authHandle, byte the_authPolicy, TpmAlgId the_hashAlg ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2SetPrimaryPolicyRequest
리턴 Tpm2SetPrimaryPolicyRequest

Tpm2SetPrimaryPolicyRequest() 공개 메소드

public Tpm2SetPrimaryPolicyRequest ( ) : System
리턴 System

Tpm2SetPrimaryPolicyRequest() 공개 메소드

public Tpm2SetPrimaryPolicyRequest ( Tpm2SetPrimaryPolicyRequest the_Tpm2SetPrimaryPolicyRequest ) : System
the_Tpm2SetPrimaryPolicyRequest Tpm2SetPrimaryPolicyRequest
리턴 System

Tpm2SetPrimaryPolicyRequest() 공개 메소드

public Tpm2SetPrimaryPolicyRequest ( TpmHandle the_authHandle, byte the_authPolicy, TpmAlgId the_hashAlg ) : System
the_authHandle TpmHandle TPM_RH_LOCKOUT, TPM_RH_ENDORSEMENT, TPM_RH_OWNER or TPM_RH_PLATFORM+{PP} Auth Index: 1 Auth Role: USER
the_authPolicy byte an authorization policy digest; may be the Empty Buffer If hashAlg is TPM_ALG_NULL, then this shall be an Empty Buffer.
the_hashAlg TpmAlgId the hash algorithm to use for the policy If the authPolicy is an Empty Buffer, then this field shall be TPM_ALG_NULL.
리턴 System