23 references to My
System (3)
net\System\Net\_SecureChannel.cs (1)
392store = new X509Store(StoreName.My, storeLocation);
net\System\Net\UnsafeNativeMethods.cs (1)
1700X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
security\system\security\cryptography\x509\x509store.cs (1)
80case StoreName.My:
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (2)
398StoreName storeName = StoreName.My; 431storeName = StoreName.My;
System.IdentityModel (2)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
45case StoreName.My:
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
27: this(System.Security.Cryptography.X509Certificates.StoreName.My, StoreLocation.LocalMachine)
System.ServiceModel (14)
System\ServiceModel\Configuration\Properties.cs (8)
619properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.None)); 3973properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.IsKey)); 4029properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.None)); 4056properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.None)); 4083properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.None)); 4162properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.None)); 4190properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.None)); 4450properties.Add(new ConfigurationProperty("storeName", typeof(System.Security.Cryptography.X509Certificates.StoreName), System.Security.Cryptography.X509Certificates.StoreName.My, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreName)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\EndpointIdentity.cs (1)
28internal const StoreName defaultStoreName = StoreName.My;
System\ServiceModel\Security\PeerCredential.cs (1)
14internal const StoreName DefaultStoreName = StoreName.My;
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (1)
13internal const StoreName DefaultStoreName = StoreName.My;
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (1)
13internal const StoreName DefaultStoreName = StoreName.My;
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (1)
17internal const StoreName DefaultStoreName = StoreName.My;
System\ServiceModel\Security\X509CertificateRecipientServiceCredential.cs (1)
14internal const StoreName DefaultStoreName = StoreName.My;
WsatConfig (2)
Configuration\CertificateManager.cs (2)
158store = new X509Store(StoreName.My, StoreLocation.LocalMachine); 262store = new X509Store(StoreName.My, StoreLocation.LocalMachine);