SecKey.Create 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.
Overloads
| Name | Description |
|---|---|
| Create(NSData, NSDictionary, NSError) | |
| Create(NSData, SecKeyType, SecKeyClass, Int32, NSDictionary, NSError) |
Create(NSData, NSDictionary, NSError)
public static Security.SecKey? Create(Foundation.NSData keyData, Foundation.NSDictionary parameters, out Foundation.NSError? error);
static member Create : Foundation.NSData * Foundation.NSDictionary * NSError -> Security.SecKey
Parameters
- keyData
- NSData
- parameters
- NSDictionary
- error
- NSError
Returns
Applies to
Create(NSData, SecKeyType, SecKeyClass, Int32, NSDictionary, NSError)
public static Security.SecKey? Create(Foundation.NSData keyData, Security.SecKeyType keyType, Security.SecKeyClass keyClass, int keySizeInBits, Foundation.NSDictionary parameters, out Foundation.NSError? error);
static member Create : Foundation.NSData * Security.SecKeyType * Security.SecKeyClass * int * Foundation.NSDictionary * NSError -> Security.SecKey
Parameters
- keyData
- NSData
- keyType
- SecKeyType
- keyClass
- SecKeyClass
- keySizeInBits
- Int32
- parameters
- NSDictionary
- error
- NSError