TKTokenSessionDelegate_Extensions.SupportsOperation 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool SupportsOperation(this CryptoTokenKit.ITKTokenSessionDelegate This, CryptoTokenKit.TKTokenSession session, CryptoTokenKit.TKTokenOperation operation, Foundation.NSObject keyObjectId, CryptoTokenKit.TKTokenKeyAlgorithm algorithm);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SupportsOperation : CryptoTokenKit.ITKTokenSessionDelegate * CryptoTokenKit.TKTokenSession * CryptoTokenKit.TKTokenOperation * Foundation.NSObject * CryptoTokenKit.TKTokenKeyAlgorithm -> bool
Parameters
- session
- TKTokenSession
- operation
- TKTokenOperation
- keyObjectId
- NSObject
- algorithm
- TKTokenKeyAlgorithm
Returns
- Attributes