Tpm2Lib.TpmPolicyAuthorizeNV.Execute C# (CSharp) Méthode

Execute() private méthode

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