7 references to GetResourceString
Microsoft.AspNetCore.Cryptography.Internal (7)
src\71f915934fb0668a\Microsoft.AspNetCore.Cryptography.Internal.Resources.cs (7)
19var value = GetResourceString(resourceKey); 31internal static string @BCryptAlgorithmHandle_ProviderNotFound => GetResourceString("BCryptAlgorithmHandle_ProviderNotFound"); 34=> string.Format(Culture, GetResourceString("BCryptAlgorithmHandle_ProviderNotFound"), p0); 37internal static string @BCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength => GetResourceString("BCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength"); 40=> string.Format(Culture, GetResourceString("BCRYPT_KEY_LENGTHS_STRUCT_InvalidKeyLength"), p0, p1, p2, p3); 43internal static string @Platform_Windows7Required => GetResourceString("Platform_Windows7Required"); 45internal static string @Platform_Windows8Required => GetResourceString("Platform_Windows8Required");