Public Key PropertyGet Key Bytes Method
This is used to get 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
A byte array containing the public key. The byte array is only valid for use with a key if the ValueLocation is set to BINARY or INLINE. If set to something else, the value is probably a URL or a pointer to some other location where the key can be found.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public byte[] GetKeyBytes()VB
Public Function GetKeyBytes As Byte()C++
public:
array<unsigned char>^ GetKeyBytes()F#
member GetKeyBytes : unit -> byte[] Return Value
ByteA byte array containing the public key. The byte array is only valid for use with a key if the ValueLocation is set to BINARY or INLINE. If set to something else, the value is probably a URL or a pointer to some other location where the key can be found.