C# 클래스 Tpm2Lib.TpmPolicySigned

This command includes an asymmetrically signed authorization in a policy.
상속: TpmPolicyWithExpiration
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthObjectName byte[]

공개 메소드들

메소드 설명
TpmPolicySigned ( ) : System
TpmPolicySigned ( AsymCryptoSystem authorityKey, bool useNonceTpm, int expirationTime, byte cpHash, byte policyRef, string branchName = "" ) : System
TpmPolicySigned ( byte authorityKeyName, bool useNonceTpm, int expirationTime, byte cpHash, byte policyRef, string branchName = "" ) : System

비공개 메소드들

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

메소드 상세

TpmPolicySigned() 공개 메소드

public TpmPolicySigned ( ) : System
리턴 System

TpmPolicySigned() 공개 메소드

public TpmPolicySigned ( AsymCryptoSystem authorityKey, bool useNonceTpm, int expirationTime, byte cpHash, byte policyRef, string branchName = "" ) : System
authorityKey AsymCryptoSystem
useNonceTpm bool
expirationTime int
cpHash byte
policyRef byte
branchName string
리턴 System

TpmPolicySigned() 공개 메소드

public TpmPolicySigned ( byte authorityKeyName, bool useNonceTpm, int expirationTime, byte cpHash, byte policyRef, string branchName = "" ) : System
authorityKeyName byte
useNonceTpm bool
expirationTime int
cpHash byte
policyRef byte
branchName string
리턴 System

프로퍼티 상세

AuthObjectName 공개적으로 프로퍼티

public byte[] AuthObjectName
리턴 byte[]