Share via


LAPrivateKey.CanSign(SecKeyAlgorithm) Method

Definition

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

Parameters

algorithm
SecKeyAlgorithm

Returns

Attributes

Applies to