TKTokenKeyAlgorithm.IsAlgorithm(SecKeyAlgorithm) 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.
[Foundation.Export("isAlgorithm:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsAlgorithm(Security.SecKeyAlgorithm algorithm);
[<Foundation.Export("isAlgorithm:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsAlgorithm : Security.SecKeyAlgorithm -> bool
override this.IsAlgorithm : Security.SecKeyAlgorithm -> bool
Parameters
- algorithm
- SecKeyAlgorithm
Returns
- Attributes