Discuss this help topic in SecureBlackbox Forum

TElSAMLProxyRestrictionElement.Count

TElSAMLProxyRestrictionElement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the maximum number of levels of indirect assertions.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

Use this property to specify the maximum number of indirections that are permitted to exist between this assertion and any assertion issued on the basis of it.

See also:     AudiencesCount    

Discuss this help topic in SecureBlackbox Forum