2 references to IsValidPublicKey
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataHelpers.cs (1)
1050
internal static bool IsValidPublicKey(ImmutableArray<byte> bytes) => CryptoBlobParser.
IsValidPublicKey
(bytes);
StrongName\CryptoBlobParser.cs (1)
200
if (
IsValidPublicKey
(blob))