[Missing <summary> documentation for "M:BasicCard.BasicCards.AbstractBasicCardService.SMEncryptionByName(System.String,System.Byte[],BasicCard.BasicCards.CryptAlgo)"]
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void SMEncryptionByName(
string keyComponent,
byte[] keyVal,
CryptAlgo algorithm
) |
Visual Basic |
---|
Protected Overridable Sub SMEncryptionByName (
keyComponent As String,
keyVal As Byte(),
algorithm As CryptAlgo
) |
Visual C++ |
---|
protected:
virtual void SMEncryptionByName(
String^ keyComponent,
array<unsigned char>^ keyVal,
CryptAlgo algorithm
) |
F# |
---|
abstract SMEncryptionByName :
keyComponent : string *
keyVal : byte[] *
algorithm : CryptAlgo -> unit
override SMEncryptionByName :
keyComponent : string *
keyVal : byte[] *
algorithm : CryptAlgo -> unit |
Parameters
- keyComponent
- Type: System..::..String
full qualified path of key component
- keyVal
- Type: array<System..::..Byte>[]()[][]
key value (bytes)
- algorithm
- Type: BasicCard.BasicCards..::..CryptAlgo
algorithm as described in BasicCard manual
See Also