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