22 references to Format
System.Security.Cryptography (22)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.manual.cs (4)
38SR.Format( 54SR.Format( 94SR.Format( 110SR.Format(
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObject.cs (1)
45throw new InvalidOperationException(SR.Format(SR.InvalidOperation_WrongOidInAsnCollection, oid.Value, asn.Oid.Value));
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
327throw new CryptographicException(SR.Format(
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
42SR.Format(
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
209SR.Format(
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (1)
41SR.Format(
System\Security\Cryptography\AesImplementation.cs (1)
290throw new CryptographicException(SR.Format(SR.Cryptography_CipherModeFeedbackNotSupported, feedback, 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.Unix.cs (1)
234throw new CryptographicException(SR.Format(SR.Cryptography_InvalidHashSize, "SHA1", SHA1_HASHSIZE));
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(
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
1413return new CryptographicException(SR.Format(SR.Cryptography_UnmappedOpenSslCode, functionName, code));