diff --git a/sdk-api-src/content/bcrypt/nf-bcrypt-bcryptenumalgorithms.md b/sdk-api-src/content/bcrypt/nf-bcrypt-bcryptenumalgorithms.md
index 8098f372fe92..5dcecac0b7a1 100644
--- a/sdk-api-src/content/bcrypt/nf-bcrypt-bcryptenumalgorithms.md
+++ b/sdk-api-src/content/bcrypt/nf-bcrypt-bcryptenumalgorithms.md
@@ -127,6 +127,17 @@ Include the signature algorithms in the enumeration.
Include the random number generator (RNG) algorithms in the enumeration.
+ |
+
+
+
+- BCRYPT_KEY_DERIVATION_OPERATION
+- 0x00000040
+
+ |
+
+Include the key derivation algorithms in the enumeration.
+
|
@@ -194,4 +205,4 @@ A memory allocation failure occurred.
## -remarks
-BCryptEnumAlgorithms can be called either from user mode or kernel mode. Kernel mode callers must be executing at PASSIVE_LEVEL IRQL.
\ No newline at end of file
+BCryptEnumAlgorithms can be called either from user mode or kernel mode. Kernel mode callers must be executing at PASSIVE_LEVEL IRQL.