SecureBlackbox 2020 .NET Edition

Questions / Feedback?

InputType Property

Returns the type of the processed message.

Syntax

public SamlreaderInputTypes InputType { get; }

enum SamlreaderInputTypes { cstyNone, cstyAssertionIDRequest, cstySubjectQuery, cstyAuthnQuery, cstyAttributeQuery, cstyAuthzDecisionQuery, cstyAuthnRequest, cstyManageNameIDRequest, cstyLogoutRequest, cstyNameIDMappingRequest, cstyArtifactResolve, cstyResponse }
Public ReadOnly Property InputType As SamlreaderInputTypes

Enum SamlreaderInputTypes cstyNone cstyAssertionIDRequest cstySubjectQuery cstyAuthnQuery cstyAttributeQuery cstyAuthzDecisionQuery cstyAuthnRequest cstyManageNameIDRequest cstyLogoutRequest cstyNameIDMappingRequest cstyArtifactResolve cstyResponse End Enum

Default Value

0

Remarks

Check this property on the early stage of message processing to find out the type of the data contained in the SAML message.

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

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