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