EcKey コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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[])
- ソース:
- 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)
パラメーター
- kid
- String
- curve
- String
- x
- Byte[]
- y
- Byte[]
- d
- Byte[]
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET