4 references to Format
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
170throw new CryptographicException(SR.Format(SR.ElementMissing, YElementName));
System\Security\Cryptography\Xml\Reference.cs (2)
397throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri)); 413throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri));
System\Security\Cryptography\Xml\SignedInfo.cs (1)
103throw new CryptographicException(SR.Format(SR.Cryptography_Xml_CreateTransformFailed, CanonicalizationMethod));