SecKey.CreateRandomKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CreateRandomKey(NSDictionary, NSError) |
建立並傳回新的金鑰組。 |
CreateRandomKey(SecKeyGenerationParameters, NSError) |
建立並傳回新的金鑰組。 |
CreateRandomKey(SecKeyType, Int32, NSDictionary, NSError) |
建立並傳回新的金鑰組。 |
CreateRandomKey(NSDictionary, NSError)
建立並傳回新的金鑰組。
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
public static Security.SecKey CreateRandomKey (Foundation.NSDictionary parameters, out Foundation.NSError error);
static member CreateRandomKey : Foundation.NSDictionary * -> Security.SecKey
參數
- parameters
- NSDictionary
值的字典,由 來自 SecKeyParameters 的 SecKeyGenerationParameters 索引鍵進行索引鍵。
- error
- NSError
要在其中撰寫任何錯誤之程式碼的位置。
傳回
新的金鑰組。
- 屬性
適用於
CreateRandomKey(SecKeyGenerationParameters, NSError)
建立並傳回新的金鑰組。
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
public static Security.SecKey CreateRandomKey (Security.SecKeyGenerationParameters parameters, out Foundation.NSError error);
static member CreateRandomKey : Security.SecKeyGenerationParameters * -> Security.SecKey
參數
- parameters
- SecKeyGenerationParameters
參數物件,用於指定要建立之金鑰組的詳細資料。
- error
- NSError
要在其中撰寫任何錯誤之程式碼的位置。
傳回
新的金鑰組。
- 屬性
適用於
CreateRandomKey(SecKeyType, Int32, NSDictionary, NSError)
建立並傳回新的金鑰組。
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
public static Security.SecKey CreateRandomKey (Security.SecKeyType keyType, int keySizeInBits, Foundation.NSDictionary parameters, out Foundation.NSError error);
static member CreateRandomKey : Security.SecKeyType * int * Foundation.NSDictionary * -> Security.SecKey
參數
- keyType
- SecKeyType
是否要建立 DSA 橢圓曲線或 RSA 金鑰。
- keySizeInBits
- Int32
- parameters
- NSDictionary
值的字典,由 來自 SecKeyParameters 的 SecKeyGenerationParameters 索引鍵進行索引鍵。
- error
- NSError
要在其中撰寫任何錯誤之程式碼的位置。
傳回
新的金鑰組。
- 屬性