Skip to content

Commit

Permalink
Fix doc comment for CertificatePolicy.Default (Azure#17231)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored and annelo-msft committed Feb 17, 2021
1 parent 740237c commit c0c499d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ internal CertificatePolicy()
}

/// <summary>
/// Gets a new <see cref="CertificatePolicy"/> suitable for self-signed certificate requests.
/// You should change the <see cref="Subject"/> before passing this policy to create a certificate.
/// Gets a new <see cref="CertificatePolicy"/> suitable for self-signed certificate requests
/// with the <see cref="Subject"/> "CN=DefaultPolicy". To change the Subject, create a new instance
/// using one of the constructors.
/// </summary>
public static CertificatePolicy Default => new CertificatePolicy(DefaultIssuerName, DefaultSubject);

Expand Down

0 comments on commit c0c499d

Please sign in to comment.