Share via


LAPrivateKey.CanDecrypt(SecKeyAlgorithm) Method

Definition

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

Parameters

algorithm
SecKeyAlgorithm

Returns

Attributes

Applies to