4 references to Argument_PemImport_NoPemFound
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\PemKeyHelpers.Factory.cs (2)
65throw new ArgumentException(SR.Argument_PemImport_NoPemFound, nameof(source)); 130throw new ArgumentException(SR.Argument_PemImport_NoPemFound, nameof(source));
System\Security\Cryptography\PemKeyHelpers.cs (2)
132throw new ArgumentException(SR.Argument_PemImport_NoPemFound, nameof(input)); 218throw new ArgumentException(SR.Argument_PemImport_NoPemFound, nameof(input));