Public Key PropertySet Key Bytes Method
This is used to set the bytes that make up the public key
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void SetKeyBytes(
byte[] key
)VB
Public Sub SetKeyBytes (
key As Byte()
)C++
public:
void SetKeyBytes(
array<unsigned char>^ key
)F#
member SetKeyBytes :
key : byte[] -> unit Parameters
- key Byte
- The byte array to use
Remarks
Setting the bytes will force the ValueLocation property to
BINARY.