IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SharedSecret Property

The computed shared secret.

Syntax

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);

Default Value

""

Remarks

This property holds the shared secret computed by ComputeSecret.

This property is read-only.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 C++ Edition - Version 20.0 [Build 8155]