Skip to content

Commit 43033f5

Browse files
authored
Update CertificateTypes.cs
1 parent f5b40ae commit 43033f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Security/Authentication/Certificate/src/CertificateTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public enum CertificateTypes
2424
/// <summary>
2525
/// All certificates.
2626
/// </summary>
27-
All = 3
27+
All = Chained | SelfSigned
2828
}
2929
}

0 commit comments

Comments
 (0)