[Missing <summary> documentation for "M:BasicCard.BasicCards.AbstractBasicCardService.SetKey(System.String,System.Byte[])"]
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected void SetKey(
string keyComponent,
byte[] key
) |
Visual Basic |
---|
Protected Sub SetKey (
keyComponent As String,
key As Byte()
) |
Visual C++ |
---|
protected:
void SetKey(
String^ keyComponent,
array<unsigned char>^ key
) |
F# |
---|
member SetKey :
keyComponent : string *
key : byte[] -> unit
|
Parameters
- keyComponent
- Type: System..::..String
full qualified path of key component
- key
- Type: array<System..::..Byte>[]()[][]
encryption key
See Also