9 references to Subject
mscorlib (2)
system\security\cryptography\x509certificates\x509certificate.cs (1)
424sb.Append(this.Subject);
system\security\policy\publishermembershipcondition.cs (1)
97String name = m_certificate.Subject;
System (2)
net\System\Net\_SecureChannel.cs (2)
210GlobalLog.Leave("SecureChannel#" + ValidationHelper.HashString(this) + "::RemoteCertificate{get;}", (result == null? "null" :result.Subject)); 709GlobalLog.Print("SecureChannel#" + ValidationHelper.HashString(this) + "::AcquireClientCredentials() Selected Cert = " + (selectedCert == null? "null": selectedCert.Subject));
System.IdentityModel (1)
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (1)
145issuerName = string.IsNullOrEmpty(issuerName) ? x509SecurityToken.Certificate.Subject : issuerName;
System.Security (1)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
239certificate.Subject);
System.ServiceModel (1)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
214certificate.Subject, certHashString, thumbprint)));
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
478if (subjectNode == null || String.Compare(signingCertificate.Subject, subjectNode.InnerText, StringComparison.Ordinal) != 0)
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1152keyInfoName.Value = signer.Subject;