2 writes to Id
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
1086signedXml.KeyInfo.Id = "StrongNameKeyInfo";
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1937signedXml.KeyInfo.Id = "StrongNameKeyInfo";
3 references to Id
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
204if (KeyInfo != null && String.Compare(KeyInfo.Id, idValue, StringComparison.OrdinalIgnoreCase) == 0) {
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
286if (keyInfo.Id != idValue)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
80if (keyInfo.Id != idValue)