Skip to content

Commit b30ca00

Browse files
committed
Add additional information about OWAAllowUserChoiceOfSigningCertificate parameter
1 parent a4394f1 commit b30ca00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

exchange/exchange-ps/ExchangePowerShell/Set-SmimeConfig.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ Accept wildcard characters: False
110110
111111
The OWAAllowUserChoiceOfSigningCertificate parameter specifies whether to allow users to select the certificate to use when they digitally sign email messages in Outlook on the web.
112112
113-
Valid input for this parameter is $true or $false. The default value is $false.
113+
- $true: Users can manually select the certificate that's used to sign messages.
114+
- $false: Outlook on the web automatically selects the signing certificate. The eligible S/MIME certificate that has the most recent NotBefore value is used. The NotBefore value is a full timestamp that includes both the date and the time, so two certificates that are issued on the same day but at different times are still differentiated. If two or more eligible certificates have the same NotBefore timestamp, the certificate that's selected is unspecified and isn't guaranteed to be the same across signing operations. This value is the default.
114115
115116
```yaml
116117
Type: Boolean

0 commit comments

Comments
 (0)