X509SignatureGenerator.CreateForECDsa(ECDsa) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an X509SignatureGenerator object for ECDSA signatures using the specified private key.
public:
static System::Security::Cryptography::X509Certificates::X509SignatureGenerator ^ CreateForECDsa(System::Security::Cryptography::ECDsa ^ key);
public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForECDsa (System.Security.Cryptography.ECDsa key);
static member CreateForECDsa : System.Security.Cryptography.ECDsa -> System.Security.Cryptography.X509Certificates.X509SignatureGenerator
Public Shared Function CreateForECDsa (key As ECDsa) As X509SignatureGenerator
Parameters
- key
- ECDsa
The private key.
Returns
An X509SignatureGenerator object for ECDSA signatures.
Exceptions
key
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.