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