9 references to IdentityModelSelectors
System.IdentityModel.Selectors (9)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (9)
52public const int GeneralInformation = TraceCode.IdentityModelSelectors | 0X0001; 53public const int StoreLoading = TraceCode.IdentityModelSelectors | 0X0002; 54public const int StoreBeginTransaction = TraceCode.IdentityModelSelectors | 0X0003; 55public const int StoreCommitTransaction = TraceCode.IdentityModelSelectors | 0X0004; 56public const int StoreRollbackTransaction = TraceCode.IdentityModelSelectors | 0X0005; 57public const int StoreClosing = TraceCode.IdentityModelSelectors | 0X0006; 58public const int StoreFailedToOpenStore = TraceCode.IdentityModelSelectors | 0X0007; 59public const int StoreSignatureNotValid = TraceCode.IdentityModelSelectors | 0X0008; 60public const int StoreDeleting = TraceCode.IdentityModelSelectors | 0X0009;