24 references to Format
System.Security.Cryptography (24)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.manual.cs (2)
38SR.Format( 54SR.Format(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObject.cs (1)
45throw new InvalidOperationException(SR.Format(SR.InvalidOperation_WrongOidInAsnCollection, oid.Value, asn.Oid.Value));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
327throw new CryptographicException(SR.Format(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
42SR.Format(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
220SR.Format(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
27SR.Format(
System\Security\Cryptography\AesImplementation.cs (1)
303throw new CryptographicException(SR.Format(SR.Cryptography_CipherModeFeedbackNotSupported, feedback, CipherMode.CFB));
System\Security\Cryptography\CngHelpers.cs (1)
90throw new CryptographicException(SR.Format(SR.Cryptography_CngKeyWrongAlgorithm, algorithmName, algorithm));
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (4)
47throw new CryptographicException(SR.Format(SR.Cryptography_CngKeyWrongAlgorithm, actualAlgorithm.Algorithm, algorithm)); 63SR.Format( 298throw new CryptographicException(SR.Format(SR.Cryptography_CipherModeFeedbackNotSupported, feedbackSizeInBits, CipherMode.CFB)); 305throw new CryptographicException(SR.Format(SR.Cryptography_CipherModeFeedbackNotSupported, feedbackSizeInBits, CipherMode.CFB));
System\Security\Cryptography\DesImplementation.cs (1)
237throw new CryptographicException(SR.Format(SR.Cryptography_CipherModeFeedbackNotSupported, feedback, CipherMode.CFB));
System\Security\Cryptography\DSA.Xml.cs (2)
23SR.Format(SR.Cryptography_InvalidFromXmlString, nameof(DSA), name)); 68SR.Format(
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
490throw new CryptographicException(SR.Format(SR.Cryptography_InvalidHashSize, "SHA1", SHA1.HashSizeInBytes));
System\Security\Cryptography\RC2Implementation.cs (1)
205throw new CryptographicException(SR.Format(SR.Cryptography_CipherModeFeedbackNotSupported, feedback, CipherMode.CFB));
System\Security\Cryptography\RSA.Xml.cs (1)
20SR.Format(SR.Cryptography_InvalidFromXmlString, nameof(RSA), name));
System\Security\Cryptography\TripleDesImplementation.cs (1)
234throw new CryptographicException(SR.Format(SR.Cryptography_CipherModeFeedbackNotSupported, feedback, CipherMode.CFB));
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (3)
838SR.Format( 849SR.Format( 869SR.Format(
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
179SR.Format(