Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestedAuthnContextElement.RefType

TElSAMLRequestedAuthnContextElement     See also     


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


Specifies the type of entries in the list.

Declaration

[C#]
    TSBSAMLAuthnContextRefType RefType;

[VB.NET]
    Property RefType As TSBSAMLAuthnContextRefType

[Pascal]
    property RefType : TSBSAMLAuthnContextRefType;

[C++]
    TSBSAMLAuthnContextRefType get_RefType();
    void set_RefType(TSBSAMLAuthnContextRefType Value);

[PHP]
    integer get_RefType()
    void set_RefType(integer $Value)

[Java]
    short getRefType();
    void setRefType(short Value);

TSBSAMLAuthnContextRefType values

Description

This property specifies what kind of references are contained by List.

See also:     List    

Discuss this help topic in SecureBlackbox Forum