TKTokenSessionDelegate.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.
[Foundation.Export("tokenSession:supportsOperation:usingKey:algorithm:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SupportsOperation(CryptoTokenKit.TKTokenSession session, CryptoTokenKit.TKTokenOperation operation, Foundation.NSObject keyObjectId, CryptoTokenKit.TKTokenKeyAlgorithm algorithm);
[<Foundation.Export("tokenSession:supportsOperation:usingKey:algorithm:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SupportsOperation : CryptoTokenKit.TKTokenSession * CryptoTokenKit.TKTokenOperation * Foundation.NSObject * CryptoTokenKit.TKTokenKeyAlgorithm -> bool
override this.SupportsOperation : CryptoTokenKit.TKTokenSession * CryptoTokenKit.TKTokenOperation * Foundation.NSObject * CryptoTokenKit.TKTokenKeyAlgorithm -> bool
Parameters
- session
- TKTokenSession
- operation
- TKTokenOperation
- keyObjectId
- NSObject
- algorithm
- TKTokenKeyAlgorithm
Returns
Implements
- Attributes