15 references to LocalAppContext
System.IdentityModel (15)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (3)
116if (LocalAppContext.DisableCaching) 118return LocalAppContext.IsSwitchEnabled(switchName); 121bool isEnabled = LocalAppContext.IsSwitchEnabled(switchName);
System\IdentityModel\LocalAppContextSwitches.cs (12)
42return LocalAppContext.GetCachedSwitchValue(EnableCachedEmptyDefaultAuthorizationContextString, ref enableCachedEmptyDefaultAuthorizationContext); 51return LocalAppContext.GetCachedSwitchValue(DisableMultipleDNSEntriesInSANCertificateString, ref disableMultipleDNSEntriesInSANCertificate); 60return LocalAppContext.GetCachedSwitchValue(DisableUpdatingRsaProviderTypeString, ref disableUpdatingRsaProviderType); 69return LocalAppContext.GetCachedSwitchValue(DisableCngCertificatesString, ref disableCngCertificatesString); 78return LocalAppContext.GetCachedSwitchValue(ProcessMultipleSecurityKeyIdentifierClausesString, ref processMultipleSecurityKeyIdentifierClauses); 87return LocalAppContext.GetCachedSwitchValue(ReturnMultipleSecurityKeyIdentifierClausesString, ref returnMultipleSecurityKeyIdentifierClauses); 96return LocalAppContext.GetCachedSwitchValue(PassUnfilteredAlgorithmsToCryptoConfigString, ref passUnfilteredAlgorithmsToCryptoConfig); 105return LocalAppContext.GetCachedSwitchValue(AllowUnlimitedXmlTransformsString, ref allowUnlimitedXmlTransforms); 114return LocalAppContext.GetCachedSwitchValue(AllowUnlimitedXmlReferencesString, ref allowUnlimitedXmlReferences); 122LocalAppContext.DefineSwitchDefault(EnableCachedEmptyDefaultAuthorizationContextString, true); 130LocalAppContext.DefineSwitchDefault(DisableMultipleDNSEntriesInSANCertificateString, true); 138LocalAppContext.DefineSwitchDefault(DisableCngCertificatesString, true);