SSS_GSINFOEXT_T

Gets service info extended optional data modified for version 0x00000205.

Syntax

    typedef	 struct _ss_get_service_information_extension
    {
    unsigned long		      statFlags; 
    unsigned long		      secretCount; 
    unsigned long		      lockCount; 
    unsigned long		      enumBufLen; 
    unsigned long		      hidSecCount; 
    unsigned long		      clientVersion; 
    unsigned long		      serverVersion; 
    unsigned long		      serverCryptoStrength; 
    unsigned long		      clientCryptoStrength; 
    unsigned long		      unlockTStamp; 
    unsigned long		      admnDNLen; 
    char		       admnDN[NSSS_MAX_DN_LEN]; 
    unsigned long		      hintLen; 
    char		       hint[NSSS_MAX_MP_PWORD_HINT_LEN]];  
    
    } SSS_GSINFOEXT_T;
    

Fields

statFlags
(OUT) Specifies the return flags on the SecretStore.
secretCount
(OUT) Specifies the number of secrets in the SecretStore.
lockCount
(OUT) Specifies the number of locked secrets.
enumBufLen]
(OUT) Specifies the Secret ID enumeration buffer length in bytes.
hidSecCount
(OUT) Specifies the number of hidden secrets
clientVersion
(OUT) Specifies the version of the SecretStore client.
serverVersion
(IN) Specifies the version of the SecretStore server:
serverCryptoStrength
(IN) Specifies the cryptographic strength of the server:
  • NSSS_NICI_DOMESTIC_ENGINE—3DES or stronger
  • NSSS_NICI_EXPORT_ENGINE—DES or stronger
clientCryptoStrength
(OUT) Specifies the cryptographic strength of the client:.
unlockTStamp
(OUT) Specifies the time stamp of the last administrative unlocking of the SecretStore on a two admin unlocking scheme by a SecretStore Administrator for audit purposes.
admnDNLen
(OUT) Specifies the length of the admin DN of the last SecretStore administrator that has unlocked the SecretStore on a two admin unlocking for audit purposes.
admnDN
(OUT) Specifies the admin DN of the last SecretStore administrator that has unlocked the SecretStore on a two admin unlocking for audit purposes.
hintLen
(OUT) Specifies the length of the master password hint.
hint[NSSS_MAX_MP_PWORD_HINT_LEN]]
(OUT) Specifies the actual password hint.

Description

This structure returns the status information on the target user's SecretStore.