4 references to _maxKeyIterations
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (4)
229
if ( tries >
_maxKeyIterations
)
231
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new CryptographicException( SR.GetString( SR.ID6048,
_maxKeyIterations
) ) );
260
if ( tries >
_maxKeyIterations
)
262
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new CryptographicException( SR.GetString( SR.ID6048,
_maxKeyIterations
) ) );