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
GetKeyExchangeResult(SecKeyAlgorithm, SecKey, SecKeyKeyExchangeParameter, NSError) | |
GetKeyExchangeResult(SecKeyAlgorithm, SecKey, NSDictionary, NSError) |
GetKeyExchangeResult(SecKeyAlgorithm, SecKey, SecKeyKeyExchangeParameter, NSError)
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
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 * -> Foundation.NSData
Parameters
- algorithm
- SecKeyAlgorithm
- publicKey
- SecKey
- parameters
- SecKeyKeyExchangeParameter
- error
- NSError
Returns
- Attributes
Applies to
GetKeyExchangeResult(SecKeyAlgorithm, SecKey, NSDictionary, NSError)
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
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 * -> Foundation.NSData
Parameters
- algorithm
- SecKeyAlgorithm
- publicKey
- SecKey
- parameters
- NSDictionary
- error
- NSError
Returns
- Attributes