9 references to GetCachedSwitchValue
System.IdentityModel (9)
System\IdentityModel\LocalAppContextSwitches.cs (9)
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);