4.1.10.3.11 IsSecretAttribute

 procedure IsSecretAttribute(attribute : ATTRTYP): boolean

The IsSecretAttribute procedure returns true if attribute is an attribute that contains secret data. Otherwise, the procedure returns false.

  
 return (attribute in 
   {currentValue, dBCSPwd, initialAuthIncoming, initialAuthOutgoing,
   lmPwdHistory, ntPwdHistory, priorValue, supplementalCredentials,
   trustAuthIncoming, trustAuthOutgoing, unicodePwd} )