LAPrivateKey.ExchangeKeysAsync(NSData, SecKeyAlgorithm, NSDictionary) 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> ExchangeKeysAsync(Foundation.NSData publicKey, Security.SecKeyAlgorithm algorithm, Foundation.NSDictionary parameters);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExchangeKeysAsync : Foundation.NSData * Security.SecKeyAlgorithm * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSData>
override this.ExchangeKeysAsync : Foundation.NSData * Security.SecKeyAlgorithm * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- publicKey
- NSData
- algorithm
- SecKeyAlgorithm
- parameters
- NSDictionary
Returns
- Attributes