PublicKeyPropertySetKeyBytes Method
This is used to set the bytes that make up the public key
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void SetKeyBytes(
byte[] key
)
Public Sub SetKeyBytes (
key As Byte()
)
public:
void SetKeyBytes(
array<unsigned char>^ key
)
member SetKeyBytes :
key : byte[] -> unit
Parameters
- key Byte
- The byte array to use
Setting the bytes will force the
ValueLocation property to
BINARY.