Tpm2Lib.TpmPolicyAuthValue.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.PolicyAuthValue(authSession);
            authSession.SessIncludesAuth = true;
            return tpm._GetLastResponseCode();
        }
    }