Share via


SecKeyClassExtensions Class

Definition

Extension methods for the SecKeyClass enumeration.

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

Methods

Name Description
GetConstant(SecKeyClass)

Retrieves the NSString constant that describes self.

GetNullableValue(NativeHandle)

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

GetValue(NativeHandle)

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

GetValue(NSString)

Retrieves the SecKeyClass value named by constant.

Applies to