Discuss this help topic in SecureBlackbox Forum
Returns the number of Authentication Request protocol endpoints in the list.
Declaration
[C#]
int AssertionConsumerServiceCount;
[VB.NET]
Property AssertionConsumerServiceCount As Integer
[Pascal]
property AssertionConsumerServiceCount : integer;
[C++]
int32_t get_AssertionConsumerServiceCount();
[PHP]
integer get_AssertionConsumerServiceCount()
[Java]
int getAssertionConsumerServiceCount();
Description
Use this property to check the number of Authentication Request protocol endpoints in the list.
Discuss this help topic in SecureBlackbox Forum