15 references to Argument_InvalidOffLen
System.Security.Cryptography (15)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (2)
142throw new ArgumentException(SR.Argument_InvalidOffLen); 158throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\AsnEncodedDataCollection.cs (1)
75throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\Base64Transforms.cs (1)
388public static void ThrowInvalidOffLen() => throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\HashAlgorithm.cs (2)
84throw new ArgumentException(SR.Argument_InvalidOffLen); 242throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\HashProvider.cs (1)
27throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\IncrementalHash.cs (1)
94throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\OidCollection.cs (1)
81throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\RandomNumberGenerator.cs (1)
445throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\UniversalCryptoTransform.cs (3)
78throw new ArgumentOutOfRangeException(nameof(inputCount), SR.Argument_InvalidOffLen); 83throw new ArgumentOutOfRangeException(nameof(outputOffset), SR.Argument_InvalidOffLen); 98throw new ArgumentOutOfRangeException(nameof(inputCount), SR.Argument_InvalidOffLen);
System\Security\Cryptography\X509Certificates\X509ChainElementCollection.cs (1)
67throw new ArgumentException(SR.Argument_InvalidOffLen);
System\Security\Cryptography\X509Certificates\X509ExtensionCollection.cs (1)
86throw new ArgumentException(SR.Argument_InvalidOffLen);