Share via


SecKeyAlgorithmExtensions Class

Definition

Extension methods for the SecKeyAlgorithm enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class SecKeyAlgorithmExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type SecKeyAlgorithmExtensions = class
Inheritance
SecKeyAlgorithmExtensions
Attributes

Methods

Name Description
GetConstant(SecKeyAlgorithm)

Retrieves the NSString constant that describes self.

GetNullableValue(NativeHandle)

Retrieves the SecKeyAlgorithm value represented by the backing field value in handle.

GetValue(NativeHandle)

Retrieves the SecKeyAlgorithm value represented by the backing field value in handle.

GetValue(NSString)

Retrieves the SecKeyAlgorithm value named by constant.

Applies to