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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET