Skip to content

Commit c0c499d

Browse files
heathsannelo-msft
authored andcommitted
Fix doc comment for CertificatePolicy.Default (Azure#17231)
1 parent 740237c commit c0c499d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/keyvault/Azure.Security.KeyVault.Certificates/src/CertificatePolicy.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ internal CertificatePolicy()
122122
}
123123

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

0 commit comments

Comments
 (0)