[Missing <summary> documentation for "M:BasicCard.BasicCards.AbstractBasicCardService.AutoEncryption(System.Int32,System.String)"]
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void AutoEncryption(
int keyNum,
string keyName
) |
Visual Basic |
---|
Protected Overridable Sub AutoEncryption (
keyNum As Integer,
keyName As String
) |
Visual C++ |
---|
protected:
virtual void AutoEncryption(
int keyNum,
String^ keyName
) |
F# |
---|
abstract AutoEncryption :
keyNum : int *
keyName : string -> unit
override AutoEncryption :
keyNum : int *
keyName : string -> unit |
Parameters
- keyNum
- Type: System..::..Int32
keyNum is the key number, for all card types.
- keyName
- Type: System..::..String
Encrypting for the MultiApplication BasicCard
also requires the key's path name, in keyName. For none MultiApplication
BasicCard this parameter is not required and may be null.
See Also