3 references to StrongNameKeys
Microsoft.CodeAnalysis (3)
StrongName\DesktopStrongNameProvider.cs (1)
108return new StrongNameKeys(keyPair, publicKey, privateKey: null, container, keyFilePath, hasCounterSignature);
StrongName\StrongNameKeys.cs (2)
94return new StrongNameKeys(keyPair: default, publicKey, privateKey, keyContainerName: null, keyFilePath: null, hasCounterSignature); 163return new StrongNameKeys(keyPair, publicKey, privateKey, null, keyFilePath, hasCounterSignature);