3 references to TryParseKey
Microsoft.DotNet.StrongName (3)
Signing.cs (3)
66
if (!
TryParseKey
(publicKeyBlob, out ImmutableArray<byte> snKey, out _))
168
if (!
TryParseKey
(File.ReadAllBytes(keyFile).ToImmutableArray(), out ImmutableArray<byte> snkPublicKey, out RSAParameters? privateKey) ||
190
if (!
TryParseKey
(publicKeyBlob, out ImmutableArray<byte> assemblyPublicKey, out _))