2 references to MustContainChildElement
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
165
throw new CryptographicException(SR.Format(SR.
MustContainChildElement
, KeyValueElementName, DSAKeyValueElementName));
System\Security\Cryptography\Xml\RSAKeyValue.cs (1)
120
throw new CryptographicException(SR.Format(SR.
MustContainChildElement
, KeyValueElementName, RSAKeyValueElementName));