You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/CertificateRequest.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ public CertificateRequest(
192
192
/// <exception cref="ArgumentNullException">
193
193
/// <paramref name="subjectName" /> or <paramref name="key" /> is <see langword="null" />.
Copy file name to clipboardExpand all lines: src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509Certificate2.cs
+9-9
Original file line number
Diff line number
Diff line change
@@ -791,7 +791,7 @@ public X509Certificate2 CopyWithPrivateKey(ECDiffieHellman privateKey)
791
791
/// <exception cref="CryptographicException">
792
792
/// The public key was invalid, or otherwise could not be imported.
Copy file name to clipboardExpand all lines: src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509SignatureGenerator.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public static X509SignatureGenerator CreateForRSA(RSA key, RSASignaturePadding s
47
47
/// <exception cref="ArgumentNullException">
48
48
/// <paramref name="key" /> is <see langword="null" />.
0 commit comments