File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,12 @@ Accept wildcard characters: False
160
160
` ` `
161
161
162
162
# ## -KeySize
163
- The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are 1024 or 2048.
163
+ The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are :
164
164
165
- RSA keys are supported; Ed25519 keys aren't supported.
165
+ - 1024 (this is the default value)
166
+ - 2048
167
+
168
+ RSA keys are supported. Ed25519 keys aren't supported.
166
169
167
170
` ` ` yaml
168
171
Type: UInt16
Original file line number Diff line number Diff line change @@ -82,9 +82,12 @@ Accept wildcard characters: False
82
82
` ` `
83
83
84
84
# ## -KeySize
85
- The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are 1024 or 2048.
85
+ The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are :
86
86
87
- RSA keys are supported; Ed25519 keys aren't supported.
87
+ - 1024
88
+ - 2048
89
+
90
+ RSA keys are supported. Ed25519 keys aren't supported.
88
91
89
92
` ` ` yaml
90
93
Type: UInt16
You can’t perform that action at this time.
0 commit comments