9 references to WriteEncodedValueForCrypto
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (2)
402pkcs8Writer.WriteEncodedValueForCrypto(decrypted); 438pkcs8Writer.WriteEncodedValueForCrypto(decrypted);
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1244tmp.WriteEncodedValueForCrypto(rented.AsSpan(0, written)); 1275tmp.WriteEncodedValueForCrypto(rented.AsSpan(0, written));
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1801tmp.WriteEncodedValueForCrypto(rented.AsSpan(0, written));
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
81writer.WriteEncodedValueForCrypto(EncodedBagValue.Span);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
438writer.WriteEncodedValueForCrypto(_encrypted.Span);
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
1637writer.WriteEncodedValueForCrypto(pkcs8); 1665writer.WriteEncodedValueForCrypto(pkcs8);