Skip to content

Commit

Permalink
Merge pull request #1016 from duncansmart/patch-2
Browse files Browse the repository at this point in the history
`CertificateUse.Both` missing word in summary tag
  • Loading branch information
AndersAbel committed Sep 27, 2018
2 parents af9d04f + f10f823 commit e7a6ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sustainsys.Saml2/CertificateUse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public enum CertificateUse
{
/// <summary>
/// The certificate is used for either or encryption, or both
/// The certificate is used for either signing or encryption, or both
/// </summary>
Both = 0,

Expand Down

0 comments on commit e7a6ee9

Please sign in to comment.