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: OnixLabs.Security.Cryptography/EcdsaPrivateKey.Get.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ public sealed partial class EcdsaPrivateKey
22
22
/// Gets the ECDSA cryptographic public key component from the current ECDSA cryptographic private key.
23
23
/// </summary>
24
24
/// <returns>Returns a new <see cref="EcdsaPublicKey"/> instance containing the ECDSA cryptographic public key component from the current ECDSA cryptographic private key.</returns>
/// Gets the ECDSA cryptographic public key component from the current ECDSA cryptographic private key.
75
-
/// </summary>
76
-
/// <returns>Returns a new <see cref="EcdsaPublicKey"/> instance containing the ECDSA cryptographic public key component from the current ECDSA cryptographic private key.</returns>
77
-
EcdsaPublicKeyGetPublicKey();
78
-
79
27
/// <summary>
80
28
/// Hashes the specified <see cref="ReadOnlySpan{T}"/> data and signs the resulting hash.
/// Gets the cryptographic public key component from the current cryptographic private key.
21
25
/// </summary>
22
-
/// <returns>Returns a new <see cref="PublicKey"/> instance containing the cryptographic public key component from the current cryptographic private key.</returns>
23
-
publicabstractPublicKeyGetPublicKey();
26
+
/// <returns>Returns the cryptographic public key component from the current cryptographic private key.</returns>
/// Gets the RSA cryptographic public key component from the current RSA cryptographic private key.
75
-
/// </summary>
76
-
/// <returns>Returns a new <see cref="RsaPublicKey"/> instance containing the RSA cryptographic public key component from the current RSA cryptographic private key.</returns>
77
-
RsaPublicKeyGetPublicKey();
78
-
79
27
/// <summary>
80
28
/// Hashes the specified <see cref="ReadOnlySpan{T}"/> data and signs the resulting hash.
0 commit comments