SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EncryptAssertions Property

Specifies whether to encrypt assertions included into the IdP response.

Syntax

ANSI (Cross Platform)
int GetEncryptAssertions();
int SetEncryptAssertions(int bEncryptAssertions); Unicode (Windows) BOOL GetEncryptAssertions();
INT SetEncryptAssertions(BOOL bEncryptAssertions);
@property (nonatomic,readwrite,assign,getter=encryptAssertions,setter=setEncryptAssertions:) BOOL encryptAssertions;
- (BOOL)encryptAssertions;
- (void)setEncryptAssertions:(BOOL)newEncryptAssertions;
#define PID_SAMLIDPSERVER_ENCRYPTASSERTIONS 6

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLIdPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLIdPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

Set this property to True to force the class to encrypt the assertions included into the server's response.

Data Type

Boolean

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