3 references to Argument_InvalidFlag
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
46
throw new ArgumentOutOfRangeException(nameof(options), options, SR.
Argument_InvalidFlag
);
130
throw new ArgumentOutOfRangeException(nameof(options), options, SR.
Argument_InvalidFlag
);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.netcore.cs (1)
101
throw new ArgumentException(SR.
Argument_InvalidFlag
, nameof(keyStorageFlags));