ITKTokenDelegate.CreateSession(TKToken, NSError) 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("token:createSessionWithError:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CryptoTokenKit.TKTokenSession? CreateSession(CryptoTokenKit.TKToken token, out Foundation.NSError? error);
[<Foundation.Export("token:createSessionWithError:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateSession : CryptoTokenKit.TKToken * NSError -> CryptoTokenKit.TKTokenSession
override this.CreateSession : CryptoTokenKit.TKToken * NSError -> CryptoTokenKit.TKTokenSession
Parameters
- token
- TKToken
- error
- NSError
Returns
- Attributes