The computed shared secret.
ANSI (Cross Platform)
int GetSharedSecret(char* &lpSharedSecret, int &lenSharedSecret);
Unicode (Windows)
INT GetSharedSecret(LPSTR &lpSharedSecret, INT &lenSharedSecret);
@property (nonatomic,readonly,assign,getter=sharedSecret) NSString* sharedSecret;
- (NSString*)sharedSecret;
@property (nonatomic,readonly,assign,getter=sharedSecretB) NSData* sharedSecretB;
- (NSData*)sharedSecretB;
#define PID_ECC_SHAREDSECRET 29
IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_ECC_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
This property is read-only.