2 references to CryptoBlobParser
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataHelpers.cs (1)
1050internal static bool IsValidPublicKey(ImmutableArray<byte> bytes) => CryptoBlobParser.IsValidPublicKey(bytes);
StrongName\StrongNameKeys.cs (1)
149else if (CryptoBlobParser.TryParseKey(keyFileContent, out publicKey, out privateKey))