5 references to Resources
Microsoft.AspNetCore.Cryptography.Internal (5)
Cng\BCRYPT_KEY_LENGTHS_STRUCT.cs (1)
24string message = Resources.FormatBCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength(keyLengthInBits, dwMinLength, dwMaxLength, dwIncrement);
CryptoUtil.cs (2)
40throw new PlatformNotSupportedException(Resources.Platform_Windows7Required); 49throw new PlatformNotSupportedException(Resources.Platform_Windows8Required);
SafeHandles\BCryptAlgorithmHandle.cs (1)
144string message = String.Format(CultureInfo.CurrentCulture, Resources.BCryptAlgorithmHandle_ProviderNotFound, algorithmId);
src\71f915934fb0668a\Microsoft.AspNetCore.Cryptography.Internal.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));