SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

OutputType Property

Returns the SAML type of message being created.

Syntax

public val outputType: SamlwriterOutputTypes

public enum class SamlwriterOutputTypes(val value: Int) {
cstyNone(0),
cstyAssertionIDRequest(1),
cstySubjectQuery(2),
cstyAuthnQuery(3),
cstyAttributeQuery(4),
cstyAuthzDecisionQuery(5),
cstyAuthnRequest(6),
cstyManageNameIDRequest(7),
cstyLogoutRequest(8),
cstyNameIDMappingRequest(9),
cstyArtifactResolve(10),
cstyResponse(11);
}

Default Value

0

Remarks

Use this property to check the type of SAML message being created. This is the same value that was passed to CreateNew call.

Depending on the assigned type, use properties of component to tune up the parameters of the chosen message type. For example, if setting OutputType to cstyAuthnQuery, use AuthnQuery property to adjust context class references or comparison settings.

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

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