9 references to IdentityModel
System.IdentityModel (9)
System\IdentityModel\Diagnostics\DigestTraceRecordHelper.cs (1)
142
TraceUtility.TraceEvent(TraceEventType.Verbose, TraceCode.
IdentityModel
, SR.GetString(SR.TraceCodeIdentityModel), new DigestTraceRecord(DigestTrace, logStream, hash), null, null);
System\IdentityModel\Diagnostics\TraceUtility.cs (8)
18
public const int AuthorizationContextCreated = TraceCode.
IdentityModel
| 0X0002;
19
public const int AuthorizationPolicyEvaluated = TraceCode.
IdentityModel
| 0X0003;
20
public const int ServiceBindingCheck = TraceCode.
IdentityModel
| 0X0004;
21
public const int ChannelBindingCheck = TraceCode.
IdentityModel
| 0x0005;
22
public const int Diagnostics = TraceCode.
IdentityModel
| 0x0006;
29
{ TraceCode.
IdentityModel
, "IdentityModel" },
64
TraceEvent( eventType, TraceCode.
IdentityModel
, String.Format( CultureInfo.InvariantCulture, formatString, args ) );
68
TraceEvent( eventType, TraceCode.
IdentityModel
, formatString );