Home
last modified time | relevance | path

Searched refs:OpenExistingOnly (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DOpenFlags.cs19 OpenExistingOnly = 0x04, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.OSX/
H A DStorePal.cs123 if ((openFlags & OpenFlags.OpenExistingOnly) == OpenFlags.OpenExistingOnly) in FromSystemStore()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509Store.cs232 bool create = ((flags & OpenFlags.OpenExistingOnly) != OpenFlags.OpenExistingOnly); in Open()
H A DX509ChainImplMono.cs282 root_store.Open (OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
295 user_root_store.Open (OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
308 ca_store.Open (OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
321 user_ca_store.Open (OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Security/
H A DCertificateHelper.Windows.cs20 myStore.Open(OpenFlags.OpenExistingOnly | OpenFlags.ReadOnly); in GetEligibleClientCertificate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DStorePal.Import.cs207 if ((flags & OpenFlags.OpenExistingOnly) == OpenFlags.OpenExistingOnly) in MapX509StoreFlags()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DX509StoreTests.cs132 …w Guid().ToString("D"), StoreLocation.CurrentUser, OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly) in Constructor_OpenFlags_NonExistingStoreName_Throws()
173 … Assert.ThrowsAny<CryptographicException>(() => store.Open(OpenFlags.OpenExistingOnly)); in OpenNotExistent()
430 store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); in EnumerateDisallowedStore()
H A DX509FilesystemTests.Unix.cs89 () => store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly)); in X509Store_OpenExisting_Fails()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Selectors/
H A DX509CertificateStore.cs368 if ((flags & OpenFlags.OpenExistingOnly) == OpenFlags.OpenExistingOnly) in MapX509StoreFlags()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/tests/
H A DCertLoader.cs137 store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); in FindMatches()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/
H A DCertificateValidationPal.Windows.cs192 store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); in OpenStore()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509utils.cs82 if ((flags & OpenFlags.OpenExistingOnly) == OpenFlags.OpenExistingOnly) in MapX509StoreFlags()
H A Dx509store.cs29 OpenExistingOnly = 0x04, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/
H A DDirectoryBasedStoreProvider.cs55 if (0 != (openFlags & OpenFlags.OpenExistingOnly)) in DirectoryBasedStoreProvider()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/
H A DConfigUtil.cs271 store.Open (OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); in CreateCertificateFrom()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_certificate_store.ps1327 …s = [int]$open_flags -bor [int][Security.Cryptography.X509Certificates.OpenFlags]::OpenExistingOnly
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlColumnEncryptionCertificateStoreProvider.cs407 certificateStore.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); in GetCertificate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/
H A DHelpers.cs158 flags |= OpenFlags.OpenExistingOnly; in GetStoreCertificates()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/
H A DX509StoreTest.cs461 new X509Store ("doesn't-exists").Open (OpenFlags.OpenExistingOnly); in Open_OpenExistingOnly()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DUtils.cs648 stores[index].Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); in BuildBagOfCerts()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/ref/
H A DSystem.Security.Cryptography.X509Certificates.cs53 OpenExistingOnly = 4, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SecureChannel.cs444 store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); in EnsureStoreOpened()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9289 OpenExistingOnly = 4, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs9433 OpenExistingOnly = 4, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs9287 OpenExistingOnly = 4, enumerator

12