7 references to GetResourceString
Microsoft.AspNetCore.Cryptography.Internal (7)
src\71f915934fb0668a\Microsoft.AspNetCore.Cryptography.Internal.Resources.cs (7)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @BCryptAlgorithmHandle_ProviderNotFound =>
GetResourceString
("BCryptAlgorithmHandle_ProviderNotFound");
34
=> string.Format(Culture,
GetResourceString
("BCryptAlgorithmHandle_ProviderNotFound"), p0);
37
internal 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);
43
internal static string @Platform_Windows7Required =>
GetResourceString
("Platform_Windows7Required");
45
internal static string @Platform_Windows8Required =>
GetResourceString
("Platform_Windows8Required");