TKSmartCard.CreateUserInteractionForSecurePinVerification 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("userInteractionForSecurePINVerificationWithPINFormat:APDU:PINByteOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CryptoTokenKit.TKSmartCardUserInteractionForSecurePinVerification? CreateUserInteractionForSecurePinVerification(CryptoTokenKit.TKSmartCardPinFormat pinFormat, Foundation.NSData apdu, IntPtr pinByteOffset);
[<Foundation.Export("userInteractionForSecurePINVerificationWithPINFormat:APDU:PINByteOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateUserInteractionForSecurePinVerification : CryptoTokenKit.TKSmartCardPinFormat * Foundation.NSData * nativeint -> CryptoTokenKit.TKSmartCardUserInteractionForSecurePinVerification
override this.CreateUserInteractionForSecurePinVerification : CryptoTokenKit.TKSmartCardPinFormat * Foundation.NSData * nativeint -> CryptoTokenKit.TKSmartCardUserInteractionForSecurePinVerification
Parameters
- pinFormat
- TKSmartCardPinFormat
- apdu
- NSData
- pinByteOffset
-
IntPtr
nativeint
Returns
- Attributes