6 references to Argument_PemImport_AmbiguousPem
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\PemKeyHelpers.Factory.cs (3)
33
throw new ArgumentException(SR.
Argument_PemImport_AmbiguousPem
, nameof(source));
44
throw new ArgumentException(SR.
Argument_PemImport_AmbiguousPem
, nameof(source));
116
throw new ArgumentException(SR.
Argument_PemImport_AmbiguousPem
, nameof(source));
System\Security\Cryptography\PemKeyHelpers.cs (3)
118
throw new ArgumentException(SR.
Argument_PemImport_AmbiguousPem
, nameof(input));
186
throw new ArgumentException(SR.
Argument_PemImport_AmbiguousPem
, nameof(input));
197
throw new ArgumentException(SR.
Argument_PemImport_AmbiguousPem
, nameof(input));