C# 클래스 Tpm2Lib.TpmPolicyDuplicationSelect

This command allows qualification of duplication to allow duplication to a selected new parent. If this command is used without a subsequent TPM2_PolicyAuthorize() in the policy, then only the new parent is selected. If a subsequent TPM2_PolicyAuthorize() is used, then both the new parent and the object being duplicated may be specified.
상속: PolicyAce
파일 보기 프로젝트 열기: Microsoft/TSS.MSR

공개 프로퍼티들

프로퍼티 타입 설명
IncludeObjectNameInPolicyHash bool
NameOfNewParent byte[]
NameOfObject byte[]

공개 메소드들

메소드 설명
TpmPolicyDuplicationSelect ( ) : System
TpmPolicyDuplicationSelect ( byte nameOfObjectBeingDuplicated, byte nameOfNewParent, bool includeObjectNameInPolicyHash, string branchName = "" ) : System

This command allows qualification of duplication to allow duplication to a selected new parent. If this command is used without a subsequent TPM2_PolicyAuthorize() in the policy, then only the new parent is selected. If a subsequent TPM2_PolicyAuthorize() is used, then both the new parent and the object being duplicated may be specified.

비공개 메소드들

메소드 설명
Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc
GetPolicyDigest ( TpmAlgId hashAlg ) : TpmHash

메소드 상세

TpmPolicyDuplicationSelect() 공개 메소드

public TpmPolicyDuplicationSelect ( ) : System
리턴 System

TpmPolicyDuplicationSelect() 공개 메소드

This command allows qualification of duplication to allow duplication to a selected new parent. If this command is used without a subsequent TPM2_PolicyAuthorize() in the policy, then only the new parent is selected. If a subsequent TPM2_PolicyAuthorize() is used, then both the new parent and the object being duplicated may be specified.
public TpmPolicyDuplicationSelect ( byte nameOfObjectBeingDuplicated, byte nameOfNewParent, bool includeObjectNameInPolicyHash, string branchName = "" ) : System
nameOfObjectBeingDuplicated byte
nameOfNewParent byte
includeObjectNameInPolicyHash bool
branchName string
리턴 System

프로퍼티 상세

IncludeObjectNameInPolicyHash 공개적으로 프로퍼티

public bool IncludeObjectNameInPolicyHash
리턴 bool

NameOfNewParent 공개적으로 프로퍼티

public byte[] NameOfNewParent
리턴 byte[]

NameOfObject 공개적으로 프로퍼티

public byte[] NameOfObject
리턴 byte[]