12 references to StrongNameKeys
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Source\SourceAssemblySymbol.vb (12)
107_lazyStrongNameKeys = StrongNameKeys.Create(compilation.Options.CryptoPublicKey, privateKey:=Nothing, hasCounterSignature:=False, MessageProvider.Instance) 1031If Not StrongNameKeys.IsValidPublicKeyString(signatureKey) Then 1238If StrongNameKeys.DiagnosticOpt IsNot Nothing AndAlso Not IsNetModule Then 1239diagnostics.Add(StrongNameKeys.DiagnosticOpt) 1269Not StrongNameKeys.CanSign Then 1272diagnostics.Add(ERRID.ERR_SignButNoPrivateKey, NoLocation.Singleton, StrongNameKeys.KeyFilePath) 1640Return StrongNameKeys.PublicKey 1713keys = StrongNameKeys.None 1715keys = StrongNameKeys.Create(keyFile, MessageProvider.Instance) 1743keys = StrongNameKeys.Create(DeclaringCompilation.Options.StrongNameProvider, keyFile, keyContainer, hasCounterSignature, MessageProvider.Instance) 1754StrongNameKeys.PublicKey, 1755hasPublicKey:=Not StrongNameKeys.PublicKey.IsDefault,