TKTokenSessionDelegate_Extensions.PerformKeyExchange 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 static Foundation.NSData? PerformKeyExchange(this CryptoTokenKit.ITKTokenSessionDelegate This, CryptoTokenKit.TKTokenSession session, Foundation.NSData otherPartyPublicKeyData, Foundation.NSObject objectId, CryptoTokenKit.TKTokenKeyAlgorithm algorithm, CryptoTokenKit.TKTokenKeyExchangeParameters parameters, out Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PerformKeyExchange : CryptoTokenKit.ITKTokenSessionDelegate * CryptoTokenKit.TKTokenSession * Foundation.NSData * Foundation.NSObject * CryptoTokenKit.TKTokenKeyAlgorithm * CryptoTokenKit.TKTokenKeyExchangeParameters * NSError -> Foundation.NSData
Parameters
- session
- TKTokenSession
- otherPartyPublicKeyData
- NSData
- objectId
- NSObject
- algorithm
- TKTokenKeyAlgorithm
- parameters
- TKTokenKeyExchangeParameters
- error
- NSError
Returns
- Attributes