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