Tpm2Lib.TpmPolicyAuthorizeNV.Execute C# (CSharp) 메소드

Execute() 개인적인 메소드

private Execute ( Tpm2 tpm, AuthSession authSession, PolicyTree policy ) : TpmRc
tpm Tpm2
authSession AuthSession
policy PolicyTree
리턴 TpmRc
        internal override TpmRc Execute(Tpm2 tpm, AuthSession authSession, PolicyTree policy)
        {
            tpm.PolicyAuthorizeNV(AuthHandle, NvIndex, authSession);
            return tpm._GetLastResponseCode();
        }
    } // class TpmPolicyAuthorizeNV