19 references to FindBySubjectDistinguishedName
System (1)
security\system\security\cryptography\x509\x509certificate2collection.cs (1)
439case X509FindType.FindBySubjectDistinguishedName:
System.IdentityModel (2)
System\IdentityModel\Selectors\X509CertificateStore.cs (2)
152case X509FindType.FindBySubjectDistinguishedName: 281case X509FindType.FindBySubjectDistinguishedName:
System.Security (1)
system\security\cryptography\xml\utils.cs (1)
895filters = filters.Find(X509FindType.FindBySubjectDistinguishedName, subjectName, false);
System.ServiceModel (14)
System\ServiceModel\Configuration\Properties.cs (8)
621properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.None)); 3974properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.IsKey)); 4030properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.None)); 4057properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.None)); 4084properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.None)); 4163properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.None)); 4191properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.None)); 4451properties.Add(new ConfigurationProperty("x509FindType", typeof(System.Security.Cryptography.X509Certificates.X509FindType), System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.X509FindType)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\EndpointIdentity.cs (1)
29internal const X509FindType defaultX509FindType = X509FindType.FindBySubjectDistinguishedName;
System\ServiceModel\Security\PeerCredential.cs (1)
15internal const X509FindType DefaultFindType = X509FindType.FindBySubjectDistinguishedName;
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (1)
14internal const X509FindType DefaultFindType = X509FindType.FindBySubjectDistinguishedName;
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (1)
14internal const X509FindType DefaultFindType = X509FindType.FindBySubjectDistinguishedName;
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (1)
18internal const X509FindType DefaultFindType = X509FindType.FindBySubjectDistinguishedName;
System\ServiceModel\Security\X509CertificateRecipientServiceCredential.cs (1)
15internal const X509FindType DefaultFindType = X509FindType.FindBySubjectDistinguishedName;
WsatConfig (1)
Configuration\CertificateManager.cs (1)
172certs = certs.Find(X509FindType.FindBySubjectDistinguishedName, subjectName, false);