SecretKey Property

The Secret Access Key for the Amazon Web Services account.

Syntax

ANSI (Cross Platform)
char* GetSecretKey();
int SetSecretKey(const char* lpszSecretKey); Unicode (Windows) LPWSTR GetSecretKey();
INT SetSecretKey(LPCWSTR lpszSecretKey);
@property (nonatomic,readwrite,assign,getter=secretKey,setter=setSecretKey:) NSString* secretKey;
- (NSString*)secretKey;
- (void)setSecretKey:(NSString*)newSecretKey;
#define PID_AMAZONSES_SECRETKEY 52

CLOUDMAIL_EXTERNAL void* CLOUDMAIL_CALL CloudMail_AmazonSES_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CLOUDMAIL_EXTERNAL int CLOUDMAIL_CALL CloudMail_AmazonSES_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property describes the secret key to the Amazon account. It should not be shared with others. The SecretKey is used along with the AccessKey in the authentication process with Amazon servers.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 C++ Edition - Version 20.0 [Build 8308]