6 references to Format
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\DSAKeyValue.cs (4)
155
throw new CryptographicException(SR.
Format
(SR.WrongRootElement, KeyValueElementName, SignedXml.XmlDsigNamespaceUrl));
165
throw new CryptographicException(SR.
Format
(SR.MustContainChildElement, KeyValueElementName, DSAKeyValueElementName));
176
throw new CryptographicException(SR.
Format
(SR.ElementCombinationMissing, PElementName, QElementName));
185
throw new CryptographicException(SR.
Format
(SR.ElementCombinationMissing, SeedElementName, PgenCounterElementName));
System\Security\Cryptography\Xml\RSAKeyValue.cs (2)
110
throw new CryptographicException(SR.
Format
(SR.WrongRootElement, KeyValueElementName, SignedXml.XmlDsigNamespaceUrl));
120
throw new CryptographicException(SR.
Format
(SR.MustContainChildElement, KeyValueElementName, RSAKeyValueElementName));