ProtectedResources Property
Specifies the list of protected resources.
Syntax
ANSI (Cross Platform) char* GetProtectedResources();
int SetProtectedResources(const char* lpszProtectedResources); Unicode (Windows) LPWSTR GetProtectedResources();
INT SetProtectedResources(LPCWSTR lpszProtectedResources);
@property (nonatomic,readwrite,assign,getter=protectedResources,setter=setProtectedResources:) NSString* protectedResources; - (NSString*)protectedResources; - (void)setProtectedResources:(NSString*)newProtectedResources;
#define PID_SAMLSPSERVER_PROTECTEDRESOURCES 27 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
""
Remarks
This property contains a set of relative URLs of the protected resources offered by this Service Provider (SP).
Data Type
String