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