10 references to GetCertificateId
System.ServiceModel (10)
System\ServiceModel\Channels\HttpsChannelListener.cs (6)
219
WriteAuditEvent(AuditLevel.Failure, (certificate != null) ? SecurityUtils.
GetCertificateId
(certificate) : String.Empty, exception);
226
WriteAuditEvent(AuditLevel.Success, (certificate != null) ? SecurityUtils.
GetCertificateId
(certificate) : String.Empty, null);
280
WriteAuditEvent(AuditLevel.Failure, (certificateEx != null) ? SecurityUtils.
GetCertificateId
(certificateEx) : String.Empty, exception);
287
WriteAuditEvent(AuditLevel.Success, (certificateEx != null) ? SecurityUtils.
GetCertificateId
(certificateEx) : String.Empty, null);
339
WriteAuditEvent(AuditLevel.Failure, (clientCertificate != null) ? SecurityUtils.
GetCertificateId
(clientCertificate) : String.Empty, exception);
387
WriteAuditEvent(AuditLevel.Failure, (certificateEx != null) ? SecurityUtils.
GetCertificateId
(certificateEx) : String.Empty, exception);
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
252
primaryIdentity = SecurityUtils.
GetCertificateId
(certificate);
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
328
return SecurityUtils.
GetCertificateId
(cert);
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
260
SecurityUtils.
GetCertificateId
(certificate), GetChainStatusInformation(chain.ChainStatus)));
274
SecurityUtils.
GetCertificateId
(certificate), GetChainStatusInformation(chain.ChainStatus)));