3 references to Cryptography_Pkcs12_CannotProcessEncryptedSafeContents
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
49
throw new ArgumentException(SR.
Cryptography_Pkcs12_CannotProcessEncryptedSafeContents
, nameof(safeContents));
93
throw new ArgumentException(SR.
Cryptography_Pkcs12_CannotProcessEncryptedSafeContents
, nameof(safeContents));
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
105
throw new ArgumentException(SR.
Cryptography_Pkcs12_CannotProcessEncryptedSafeContents
, nameof(safeContents));