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
Create(NSData, NSDictionary, NSError) | |
Create(NSData, SecKeyType, SecKeyClass, Int32, NSDictionary, NSError) |
Create(NSData, NSDictionary, NSError)
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
public static Security.SecKey Create (Foundation.NSData keyData, Foundation.NSDictionary parameters, out Foundation.NSError error);
static member Create : Foundation.NSData * Foundation.NSDictionary * -> Security.SecKey
Parameters
- keyData
- NSData
- parameters
- NSDictionary
- error
- NSError
Returns
- Attributes
Applies to
Create(NSData, SecKeyType, SecKeyClass, Int32, NSDictionary, NSError)
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
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 * -> Security.SecKey
Parameters
- keyData
- NSData
- keyType
- SecKeyType
- keyClass
- SecKeyClass
- keySizeInBits
- Int32
- parameters
- NSDictionary
- error
- NSError
Returns
- Attributes