Tpm2Lib.AuthSession.NewNonceCaller C# (CSharp) Method

NewNonceCaller() public method

public NewNonceCaller ( ) : void
return void
        public void NewNonceCaller()
        {
            // Make a new nonce as big as the last
            NonceCaller = Globs.GetRandomBytes(NonceCaller.Length);
        }