@ -390,7 +390,7 @@ public class GlobalSettings : IGlobalSettings
@@ -390,7 +390,7 @@ public class GlobalSettings : IGlobalSettings
/// </summary>
/// <remarks>
/// The certificate path and <see cref="CertificatePassword"/> are passed into the <see cref="System.Security.Cryptography.X509Certificates.X509Certificate2.X509Certificate2(string, string)" />.
/// The file format of the certificate may be binary encded (DER) or base64. If the private key is encrypted, provide the password in <see cref="CertificatePassword"/>,
/// The file format of the certificate may be binary encoded (DER) or base64. If the private key is encrypted, provide the password in <see cref="CertificatePassword"/>,
@ -50,7 +50,7 @@ public class CustomRedisProcessingStrategy : RedisProcessingStrategy
@@ -50,7 +50,7 @@ public class CustomRedisProcessingStrategy : RedisProcessingStrategy
returnSkipRateLimitResult();
}
// Check if any Redis timeouts have occured recently
// Check if any Redis timeouts have occurred recently
@ -110,7 +110,7 @@ public class CollectionCipherRepository : BaseEntityFrameworkRepository, ICollec
@@ -110,7 +110,7 @@ public class CollectionCipherRepository : BaseEntityFrameworkRepository, ICollec
foreach(varrequestedCollectionIdincollectionIds)
{
// I don't totally agree with t.CipherId = cipherId here because that should have been guarenteed by
// I don't totally agree with t.CipherId = cipherId here because that should have been guaranteed by