File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sdk/keyvault/Azure.Security.KeyVault.Certificates/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,9 @@ internal CertificatePolicy()
122
122
}
123
123
124
124
/// <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.
127
128
/// </summary>
128
129
public static CertificatePolicy Default => new CertificatePolicy ( DefaultIssuerName , DefaultSubject ) ;
129
130
You can’t perform that action at this time.
0 commit comments