System\ServiceModel\Security\IdentityVerifier.cs (7)
107SecurityTraceRecordHelper.TraceIdentityVerificationFailure(identity, authorizationContext, this.GetType());
206SecurityTraceRecordHelper.TraceIdentityDeterminationFailure(reference, typeof(DefaultIdentityVerifier));
211SecurityTraceRecordHelper.TraceIdentityDeterminationSuccess(reference, identity, typeof(DefaultIdentityVerifier));
288SecurityTraceRecordHelper.TraceIdentityVerificationSuccess(eventTraceActivity, identity, identity.IdentityClaim, this.GetType());
300SecurityTraceRecordHelper.TraceIdentityVerificationSuccess(eventTraceActivity, identity, claim, this.GetType());
327SecurityTraceRecordHelper.TraceIdentityVerificationSuccess(eventTraceActivity, identity, claim, this.GetType());
332SecurityTraceRecordHelper.TraceIdentityVerificationFailure(identity, authContext, this.GetType());
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (6)
359SecurityTraceRecordHelper.TraceUsingCachedServiceToken(this, token, this.targetAddress);
391SecurityTraceRecordHelper.TraceUsingCachedServiceToken(this, result, this.targetAddress);
466SecurityTraceRecordHelper.TraceBeginSecurityNegotiation(this, this.targetAddress);
547SecurityTraceRecordHelper.TraceEndSecurityNegotiation(this, serviceToken, this.targetAddress);
642SecurityTraceRecordHelper.TraceBeginSecurityNegotiation(this, this.targetAddress);
649SecurityTraceRecordHelper.TraceEndSecurityNegotiation(this, token, this.targetAddress);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (10)
828SecurityTraceRecordHelper.TraceCloseMessageSent(this.currentSessionToken, this.RemoteAddress);
842SecurityTraceRecordHelper.TraceCloseResponseMessageSent(this.currentSessionToken, this.RemoteAddress);
867SecurityTraceRecordHelper.TraceCloseMessageSent(this.currentSessionToken, this.RemoteAddress);
879SecurityTraceRecordHelper.TraceCloseResponseMessageSent(this.currentSessionToken, this.RemoteAddress);
918SecurityTraceRecordHelper.TraceSessionKeyRenewalFault(this.currentSessionToken, this.RemoteAddress);
927SecurityTraceRecordHelper.TraceRemoteSessionAbortedFault(this.currentSessionToken, this.RemoteAddress);
1066SecurityTraceRecordHelper.TraceCloseResponseReceived(this.currentSessionToken, this.RemoteAddress);
1072SecurityTraceRecordHelper.TraceCloseMessageReceived(this.currentSessionToken, this.RemoteAddress);
1170SecurityTraceRecordHelper.TracePreviousSessionKeyDiscarded(this.previousSessionToken, this.currentSessionToken, this.RemoteAddress);
1220SecurityTraceRecordHelper.TraceSessionKeyRenewed(this.currentSessionToken, this.previousSessionToken, this.RemoteAddress);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (4)
558SecurityTraceRecordHelper.TraceSecuritySessionOperationSuccess(operation, target, currentToken, issuedToken);
563SecurityTraceRecordHelper.TraceSecuritySessionOperationFailure(operation, target, currentToken, e);
583SecurityTraceRecordHelper.TraceBeginSecuritySessionOperation(operation, target, currentToken);
844SecurityTraceRecordHelper.TraceBeginSecuritySessionOperation(operation, target, currentToken);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (15)
843SecurityTraceRecordHelper.TracePendingSessionAdded(sessionId, this.Uri);
914SecurityTraceRecordHelper.TracePendingSessionClosed(sessionId, this.Uri);
945SecurityTraceRecordHelper.TracePendingSessionActivated(sessionId, this.Uri);
983SecurityTraceRecordHelper.TraceActiveSessionRemoved(sessionId, this.Uri);
1348SecurityTraceRecordHelper.TraceNewServerSessionKeyIssued(newToken, supportingToken, GetLocalUri());
1436SecurityTraceRecordHelper.TraceServerSessionKeyUpdated(this.currentSessionToken, GetLocalUri());
1776SecurityTraceRecordHelper.TraceServerSessionCloseReceived(this.currentSessionToken, GetLocalUri());
1784SecurityTraceRecordHelper.TraceServerSessionCloseResponseReceived(this.currentSessionToken, GetLocalUri());
1915SecurityTraceRecordHelper.TraceSessionRenewalFaultSent(this.currentSessionToken, GetLocalUri(), message);
1919SecurityTraceRecordHelper.TraceRenewFaultSendFailure(this.currentSessionToken, GetLocalUri(), e);
1923SecurityTraceRecordHelper.TraceRenewFaultSendFailure(this.currentSessionToken, GetLocalUri(), e);
1979SecurityTraceRecordHelper.TraceSessionClosedResponseSent(this.currentSessionToken, GetLocalUri());
1984SecurityTraceRecordHelper.TraceSessionClosedResponseSendFailure(this.currentSessionToken, GetLocalUri(), e);
1989SecurityTraceRecordHelper.TraceSessionClosedSent(this.currentSessionToken, GetLocalUri());
1994SecurityTraceRecordHelper.TraceSessionCloseSendFailure(this.currentSessionToken, GetLocalUri(), e);