Share via


LAPrivateKey.CanExchangeKeys(SecKeyAlgorithm) Method

Definition

[Foundation.Export("canExchangeKeysUsingSecKeyAlgorithm:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanExchangeKeys(Security.SecKeyAlgorithm algorithm);
[<Foundation.Export("canExchangeKeysUsingSecKeyAlgorithm:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanExchangeKeys : Security.SecKeyAlgorithm -> bool
override this.CanExchangeKeys : Security.SecKeyAlgorithm -> bool

Parameters

algorithm
SecKeyAlgorithm

Returns

Attributes

Applies to