EcKey Constructors
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.
Overloads
EcKey() | |
EcKey(String) | |
EcKey(String, ECDsa) | |
EcKey(String, String) | |
EcKey(String, String, Byte[], Byte[], Byte[]) |
EcKey()
EcKey(String)
EcKey(String, ECDsa)
EcKey(String, String)
EcKey(String, String, Byte[], Byte[], Byte[])
- Source:
- EcKey.cs
public EcKey (string kid, string curve, byte[] x, byte[] y, byte[] d = default);
new Microsoft.Azure.KeyVault.EcKey : string * string * byte[] * byte[] * byte[] -> Microsoft.Azure.KeyVault.EcKey
Public Sub New (kid As String, curve As String, x As Byte(), y As Byte(), Optional d As Byte() = Nothing)
Parameters
- kid
- String
- curve
- String
- x
- Byte[]
- y
- Byte[]
- d
- Byte[]
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.
Azure SDK for .NET