3 writes to _keyInfo
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Signature.cs (3)
66
get =>
_keyInfo
??= new KeyInfo();
67
set =>
_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);