Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBSAMLClientProfiles = int;
const int scpWebSSO = 1;
[VB.NET]
TSBSAMLClientProfiles As Integer
Const scpWebSSO As Integer = 1
[Pascal]
under development
[C++]
typedef uint8_t TSBSAMLClientProfileRaw;
typedef enum { scpWebSSO = 0 } TSBSAMLClientProfile;
typedef uint32_t TSBSAMLClientProfilesRaw;
typedef enum { f_scpWebSSO = 1 } TSBSAMLClientProfiles;
[PHP]
class TSBSAMLClientProfiles extends TSBBaseEnum {
const scpWebSSO = 1;
}
Possible values
Declared in
.NET:
- Namespace: SBXMLSAMLCommon
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum