Skip to content

Commit efa5ee6

Browse files
committed
Update CertificateTypes.cs
1 parent dade94c commit efa5ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)