gov.va.medora.mdo.dao.vista.VistaUserDao.extractSecurityKey C# (CSharp) Method

extractSecurityKey() private method

private extractSecurityKey ( string response ) : string
response string
return string
        internal string extractSecurityKey(string response)
        {
            return StringUtils.piece(response, "^", 6);
        }
VistaUserDao