Discuss this help topic in SecureBlackbox Forum

TSBSAMLClientProfile

Declared in     


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


TSBSAMLClientProfile defines possible SAML protocols which could be used by TElSAMLAdapter.

Declaration

[C#]
    TSBSAMLClientProfile = short;
        const short scpWebSSO = 0;

[VB.NET]
    TSBSAMLClientProfile As Short
        Const scpWebSSO As Short = 0

[Pascal]
    TSBSAMLClientProfile = (scpWebSSO);

[C++]
    typedef uint8_t TSBSAMLClientProfileRaw;
    typedef enum { scpWebSSO = 0 } TSBSAMLClientProfile;
    
    typedef uint32_t TSBSAMLClientProfilesRaw;
    typedef enum { f_scpWebSSO = 1 } TSBSAMLClientProfiles;

[PHP]
    class TSBSAMLClientProfile extends TSBBaseEnum {
        const scpWebSSO = 0;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBXMLSAMLCommon
  • Assembly: SecureBlackbox.SAMLCommon
VCL:
  • Unit: SBXMLSAMLCommon
Java:
  • Package: SecureBlackbox.SAMLCommon.jar
C++:
  • sbxmlsamlcommon.h

Discuss this help topic in SecureBlackbox Forum