Share via


TKSmartCard.CreateUserInteractionForSecurePinChange Method

Definition

[Foundation.Export("userInteractionForSecurePINChangeWithPINFormat:APDU:currentPINByteOffset:newPINByteOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CryptoTokenKit.TKSmartCardUserInteractionForSecurePinChange? CreateUserInteractionForSecurePinChange(CryptoTokenKit.TKSmartCardPinFormat pinFormat, Foundation.NSData apdu, IntPtr currentPinByteOffset, IntPtr newPinByteOffset);
[<Foundation.Export("userInteractionForSecurePINChangeWithPINFormat:APDU:currentPINByteOffset:newPINByteOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateUserInteractionForSecurePinChange : CryptoTokenKit.TKSmartCardPinFormat * Foundation.NSData * nativeint * nativeint -> CryptoTokenKit.TKSmartCardUserInteractionForSecurePinChange
override this.CreateUserInteractionForSecurePinChange : CryptoTokenKit.TKSmartCardPinFormat * Foundation.NSData * nativeint * nativeint -> CryptoTokenKit.TKSmartCardUserInteractionForSecurePinChange

Parameters

apdu
NSData
currentPinByteOffset
IntPtr

nativeint

newPinByteOffset
IntPtr

nativeint

Returns

Attributes

Applies to