Share via


LAPublicKey.CanVerify(SecKeyAlgorithm) Method

Definition

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

Parameters

algorithm
SecKeyAlgorithm

Returns

Attributes

Applies to