12 references to StrongNameKeys
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Source\SourceAssemblySymbol.vb (12)
108_lazyStrongNameKeys = StrongNameKeys.Create(compilation.Options.CryptoPublicKey, privateKey:=Nothing, hasCounterSignature:=False, MessageProvider.Instance) 1026If Not StrongNameKeys.IsValidPublicKeyString(signatureKey) Then 1233If StrongNameKeys.DiagnosticOpt IsNot Nothing AndAlso Not IsNetModule Then 1234diagnostics.Add(StrongNameKeys.DiagnosticOpt) 1264Not StrongNameKeys.CanSign Then 1267diagnostics.Add(ERRID.ERR_SignButNoPrivateKey, NoLocation.Singleton, StrongNameKeys.KeyFilePath) 1635Return StrongNameKeys.PublicKey 1708keys = StrongNameKeys.None 1710keys = StrongNameKeys.Create(keyFile, MessageProvider.Instance) 1738keys = StrongNameKeys.Create(DeclaringCompilation.Options.StrongNameProvider, keyFile, keyContainer, hasCounterSignature, MessageProvider.Instance) 1749StrongNameKeys.PublicKey, 1750hasPublicKey:=Not StrongNameKeys.PublicKey.IsDefault,