gov.va.medora.mdo.dao.vista.VistaUserDao.extractSecurityKey C# (CSharp) Метод

extractSecurityKey() приватный Метод

private extractSecurityKey ( string response ) : string
response string
Результат string
        internal string extractSecurityKey(string response)
        {
            return StringUtils.piece(response, "^", 6);
        }
VistaUserDao