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