SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignMetadata Property

Specifies whether to sign the metadata.

Syntax

ANSI (Cross Platform)
int GetSignMetadata();
int SetSignMetadata(int bSignMetadata); Unicode (Windows) BOOL GetSignMetadata();
INT SetSignMetadata(BOOL bSignMetadata);
@property (nonatomic,readwrite,assign,getter=signMetadata,setter=setSignMetadata:) BOOL signMetadata;
- (BOOL)signMetadata;
- (void)setSignMetadata:(BOOL)newSignMetadata;
#define PID_SAMLSPSERVER_SIGNMETADATA 40

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

Default Value

FALSE

Remarks

Set this property to True to enforce signing of the metadata before saving it. Do not forget to assign the signing certificate to the MetaSigningCertificate property.

Data Type

Boolean

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