Exemplo n.º 1
0
        public void ThenIMakeSureThatCertificatesHaveBeenRetrieved()
        {
            var certificates = FeatureContext.Current.Get <X509Certificate2Collection>("UserCertificates");

            var count = certificates.Count;

            if (count == 0)
            {
                Assert.Fail();
            }

            _wrapper.CloseConnectionForCurrentUserStore();
        }