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 1231If StrongNameKeys.DiagnosticOpt IsNot Nothing AndAlso Not IsNetModule Then 1232diagnostics.Add(StrongNameKeys.DiagnosticOpt) 1262Not StrongNameKeys.CanSign Then 1265diagnostics.Add(ERRID.ERR_SignButNoPrivateKey, NoLocation.Singleton, StrongNameKeys.KeyFilePath) 1633Return StrongNameKeys.PublicKey 1706keys = StrongNameKeys.None 1708keys = StrongNameKeys.Create(keyFile, MessageProvider.Instance) 1736keys = StrongNameKeys.Create(DeclaringCompilation.Options.StrongNameProvider, keyFile, keyContainer, hasCounterSignature, MessageProvider.Instance) 1747StrongNameKeys.PublicKey, 1748hasPublicKey:=Not StrongNameKeys.PublicKey.IsDefault,