SecureBlackbox 2020 C++ Edition

Questions / Feedback?

InputTypeString Property

Returns the type of the processed message, as an original string.

Syntax

ANSI (Cross Platform)
char* GetInputTypeString();

Unicode (Windows)
LPWSTR GetInputTypeString();
@property (nonatomic,readonly,assign,getter=inputTypeString) NSString* inputTypeString;
- (NSString*)inputTypeString;
#define PID_SAMLREADER_INPUTTYPESTRING 64

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Check this property to find out the content type of the data stored in the processed message. This returns a string originally included in the SAML message, which may be helpful when processing non-standard types.

Known SAML content types are:

  • AssertionIDRequest
  • SubjectQuery
  • AuthnQuery
  • AttributeQuery
  • AuthzDecisionQuery
  • AuthnRequest
  • ManageNameIDRequest
  • NameIDMappingRequest
  • LogoutRequest
  • ArtifactResolve
  • Response
  • LogoutResponse
  • ArtifactResponse
  • NameIDMappingResponse

This property is read-only and not available at design time.

Data Type

String

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