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