Skip to content

Commit

Permalink
Fix doc comment for CertificatePolicy.Default (#17231)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Nov 30, 2020
1 parent 8ccda7d commit e6a2a40
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 e6a2a40

Please sign in to comment.