SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_count Property

Returns the number of assertions in the SAML message.

Syntax

def get_assertion_count() -> int: ...

assertion_count = property(get_assertion_count, None)

Default Value

0

Remarks

Check this property to retrieve the number of assertions contained in the SAML message.

This property is read-only.

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