3 writes to _keyInfo
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Signature.cs (3)
66get => _keyInfo ??= new KeyInfo(); 67set => _keyInfo = value; 178_keyInfo = new KeyInfo();
1 reference to _keyInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Signature.cs (1)
189_keyInfo.LoadXml(keyInfoElement);