7 references to FindBySubjectDistinguishedName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (1)
13
internal const X509FindType DefaultFindType = X509FindType.
FindBySubjectDistinguishedName
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (1)
17
internal const X509FindType DefaultFindType = X509FindType.
FindBySubjectDistinguishedName
;
NuGet.Configuration (1)
Settings\Items\StoreClientCertItem.cs (1)
193
GetString(X509FindType.
FindBySubjectDistinguishedName
),
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
65
case X509FindType.
FindBySubjectDistinguishedName
:
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
673
filters = filters.Find(X509FindType.
FindBySubjectDistinguishedName
, subjectName, false);
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (1)
14
internal const X509FindType DefaultFindType = X509FindType.
FindBySubjectDistinguishedName
;
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (1)
17
internal const X509FindType DefaultFindType = X509FindType.
FindBySubjectDistinguishedName
;