Tpm2Lib.AuthSession.NewNonceCaller C# (CSharp) 메소드

NewNonceCaller() 공개 메소드

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