10 references to ArgumentOutOfRange_IndexMustBeLess
System.Security.Cryptography (10)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (2)
140
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
156
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
System\Security\Cryptography\AsnEncodedDataCollection.cs (2)
73
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
92
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
System\Security\Cryptography\OidCollection.cs (2)
79
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
97
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
System\Security\Cryptography\X509Certificates\X509ChainElementCollection.cs (2)
47
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
65
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
System\Security\Cryptography\X509Certificates\X509ExtensionCollection.cs (2)
44
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);
84
throw new ArgumentOutOfRangeException(nameof(index), SR.
ArgumentOutOfRange_IndexMustBeLess
);