Visual Basic declaration for MQSCO
Type MQSCO StrucId As String*4 'Structure identifier' Version As Long 'Structure version number' KeyRepository As String*256 'Location of TLS key repository' CryptoHardware As String*256 'Cryptographic hardware configuration' 'string' AuthInfoRecCount As Long 'Number of MQAIR records present' AuthInfoRecOffset As Long 'Offset of first MQAIR record from' 'start of MQSCO structure' AuthInfoRecPtr As MQPTR 'Address of first MQAIR record' KeyResetCount As Long 'Number of unencrypted bytes sent/received before secret key is reset' 'Version 1' FipsRequired As Long 'Mandatory FIPS CipherSpecs?' 'Version 2' End TypeParent topic: Initial values and language declarations for MQSCO