PublicKeyPropertySetKeyBytes 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: 2023.1.2.0
public void SetKeyBytes(
	byte[] key
)

Parameters

key  Byte
The byte array to use

Remarks

Setting the bytes will force the ValueLocation property to BINARY.

See Also