You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,19 +66,19 @@ Cryptographic settings are ignored if the specified algorithm is not used by a s
66
66
67
67
### -field cChainingModes
68
68
69
-
The count of entries in the rgstrChainingModes array.
69
+
The count of entries in the rgstrChainingModes array.
70
70
71
71
Set to 0 if strCngAlgId does not have a chaining mode (*e.g. BCRYPT_SHA384_ALGORITHM*). It is an error to specify more than SCH_CRED_MAX_SUPPORTED_CHAINING_MODES.
72
72
73
73
### -field rgstrChainingModes
74
74
75
-
An array of <ahref="/windows/win32/seccng/cng-property-identifiers">CNG chaining mode identifiers</a>.
75
+
An array of <ahref="/windows/win32/seccng/cng-property-identifiers">CNG chaining mode identifiers</a>.
76
76
77
77
Set to NULL if strCngAlgId does not have a chaining mode (*e.g. BCRYPT_SHA384_ALGORITHM*).
78
78
79
79
### -field dwMinBitLength
80
80
81
-
Minimum bit length for the specified CNG algorithm.
81
+
Minimum bit length for the specified CNG algorithm.
82
82
83
83
If 0, schannel uses system defaults. Set to 0 if the CNG algorithm implies bit length (*e.g. BCRYPT_ECDH_P521_ALGORITHM*).
84
84
@@ -90,10 +90,17 @@ If 0, schannel uses system defaults. Set to 0 if the CNG algorithm implies bit l
90
90
91
91
## -remarks
92
92
93
+
The following constant distinguishes between the different RSA padding modes and can be specified in the `strCngAlgId` field. Either of these modes can be provided instead of the <ahref="/windows/win32/seccng/cng-algorithm-identifiers">CNG algorithm identifier</a>.
0 commit comments