Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrServerSessionContext.UpdateSessionKey C# (CSharp) Méthode

UpdateSessionKey() private méthode

Update session key for encryption by the member field encryptionAlgorithm.
private UpdateSessionKey ( ) : void
Résultat void
        internal void UpdateSessionKey()
        {
            lock (contextLock)
            {
                encryptionAlgorithm.UpdateSessionKey();
                encryptionCount = 0;
                decryptionCount = 0;
            }
        }