2 references to IdentityCheckFailedForOutgoingMessage
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
433
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SR.Format(SR.
IdentityCheckFailedForOutgoingMessage
, identity, serviceReference)));
440
Exception e = CreateIdentityCheckException(identity, authorizationContext, SR.
IdentityCheckFailedForOutgoingMessage
, serviceReference);