2 references to Argument_InvalidOidValue
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObject.cs (1)
40throw new ArgumentException(SR.Argument_InvalidOidValue, nameof(values));
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
95throw new CryptographicException(SR.Argument_InvalidOidValue);