SecKey.GetKeyExchangeResult 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 |
|---|---|
| GetKeyExchangeResult(SecKeyAlgorithm, SecKey, NSDictionary, NSError) | |
| GetKeyExchangeResult(SecKeyAlgorithm, SecKey, SecKeyKeyExchangeParameter, NSError) |
GetKeyExchangeResult(SecKeyAlgorithm, SecKey, NSDictionary, NSError)
public Foundation.NSData? GetKeyExchangeResult(Security.SecKeyAlgorithm algorithm, Security.SecKey publicKey, Foundation.NSDictionary parameters, out Foundation.NSError? error);
member this.GetKeyExchangeResult : Security.SecKeyAlgorithm * Security.SecKey * Foundation.NSDictionary * NSError -> Foundation.NSData
Parameters
- algorithm
- SecKeyAlgorithm
- publicKey
- SecKey
- parameters
- NSDictionary
- error
- NSError
Returns
Applies to
GetKeyExchangeResult(SecKeyAlgorithm, SecKey, SecKeyKeyExchangeParameter, NSError)
public Foundation.NSData? GetKeyExchangeResult(Security.SecKeyAlgorithm algorithm, Security.SecKey publicKey, Security.SecKeyKeyExchangeParameter parameters, out Foundation.NSError? error);
member this.GetKeyExchangeResult : Security.SecKeyAlgorithm * Security.SecKey * Security.SecKeyKeyExchangeParameter * NSError -> Foundation.NSData
Parameters
- algorithm
- SecKeyAlgorithm
- publicKey
- SecKey
- parameters
- SecKeyKeyExchangeParameter
- error
- NSError