Discuss this help topic in SecureBlackbox Forum
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;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLSAMLCommon
- Assembly: SecureBlackbox.SAMLCommon
VCL:Java:
- Package: SecureBlackbox.SAMLCommon.jar
C++:
Discuss this help topic in SecureBlackbox Forum