Share via


TKErrorCodeExtensions Class

Definition

Extension methods for the TKErrorCode enumeration.

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

Remarks

The extension method for the TKErrorCode enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(TKErrorCode)

Returns the error domain associated with the CryptoTokenKit.TKErrorCode value

Applies to