4 references to StrongNameKey
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (4)
315if (signer == null || signer.StrongNameKey == null) { 324ReplacePublicKeyToken(m_manifestDom, signer.StrongNameKey); 1059RSA snKey = signer.StrongNameKey as RSA; 1078signedXml.SigningKey = signer.StrongNameKey;